2024-09-21T18:36:08.126 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T18:36:08.143 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T18:36:08.237 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114 branch: wip-adk-testing-2024-09-21-1014 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_dom} email: adking@redhat.com first_in_suite: false job_id: '7914114' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-09-21-1014 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: 0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe workunit: branch: wip-adk-testing-2024-09-21-1014 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 - - host.d - cephadm.exclude seed: 9557 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-21-1014 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBEorlIp7Fy2rTM+ZFi9Zvc0PZ9ggke4OEjUIJccRp3mtK5ijaPXi0TzlqeCkK14Ebr5CNVMOoo+YRpCWBnfVNI= smithi105.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKFmIEsC9Ol1g9EgZFb7X3rnLpW460EmFb+bCQv0wWuu0POFSe0ueKT9shyDMO/evYmjz0+Fd8M16OqacFJWnK4= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAf72/1bTpIetXfga3whfHERAWCXvmmvTYtSDxF1QXb8S7wWSP+S0rhPTfOnFjujVVC2CBH5n3O88Hgnr8mdmv4= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKjci8ETPs9wbeSZF7Zyv60sL57NvE7NzH/BiD65SC73pl436t0IULzikPagAJ4zKzo9mQ+IGzHDG+8P68mK6g4= tasks: - cephadm.deploy_samba_ad_dc: role: host.d - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs smb - cmd: ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777 - cmd: ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777 - cmd: ceph mgr module enable smb - cmd: sleep 30 - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adctdb1\n auth_mode: active-directory\n domain_settings:\n realm: DOMAIN1.SINK.TEST\n\ \ join_sources:\n - source_type: resource\n ref: join1-admin\n\ \ custom_dns:\n - \"{{ctx.samba_ad_dc_ip}}\"\n placement:\n count:\ \ 3\n- resource_type: ceph.smb.join.auth\n auth_id: join1-admin\n auth:\n\ \ username: Administrator\n password: Passw0rd\n- resource_type: ceph.smb.share\n\ \ cluster_id: adctdb1\n share_id: share1\n cephfs:\n volume: cephfs\n\ \ subvolumegroup: smb\n subvolume: sv1\n path: /\n- resource_type:\ \ ceph.smb.share\n cluster_id: adctdb1\n share_id: share2\n cephfs:\n \ \ volume: cephfs\n subvolumegroup: smb\n subvolume: sv2\n path:\ \ /\n# --- End Embedded YAML\n" - cephadm.wait_for_service: service: smb.adctdb1 - cephadm.shell: host.a: - cmd: rados --pool=.smb -N adctdb1 get cluster.meta.json /dev/stdout - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.exec: host.a: - '{{ctx.cephadm}} ls --no-detail | {{ctx.cephadm}} shell jq -r ''map(select(.name | startswith("smb.adctdb1")))[-1].name'' > /tmp/svcname' - '{{ctx.cephadm}} enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' - cat /tmp/ctdb_status - grep 'pnn:0 .*OK' /tmp/ctdb_status - grep 'pnn:1 .*OK' /tmp/ctdb_status - grep 'pnn:2 .*OK' /tmp/ctdb_status - grep 'Number of nodes:3' /tmp/ctdb_status - rm -rf /tmp/svcname /tmp/ctdb_status - cephadm.exec: host.d: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.c''|role_to_remote|attr(''ip_address'')}}/share2 -c ls' - cephadm.shell: host.a: - cmd: ceph smb apply -i - stdin: "# --- Begin Embedded YAML\n- resource_type: ceph.smb.cluster\n cluster_id:\ \ adctdb1\n intent: removed\n- resource_type: ceph.smb.join.auth\n auth_id:\ \ join1-admin\n intent: removed\n- resource_type: ceph.smb.share\n cluster_id:\ \ adctdb1\n share_id: share1\n intent: removed\n- resource_type: ceph.smb.share\n\ \ cluster_id: adctdb1\n share_id: share2\n intent: removed\n# --- End Embedded\ \ YAML\n" - cephadm.wait_for_service_not_present: service: smb.adctdb1 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_16:57:11 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T18:36:08.238 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa; will attempt to use it 2024-09-21T18:36:08.238 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa/tasks 2024-09-21T18:36:08.238 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T18:36:08.240 INFO:teuthology.task.internal:Checking packages... 2024-09-21T18:36:08.258 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0ecbb435437226bc091a0c2d4549ba25bf724efe' 2024-09-21T18:36:08.258 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T18:36:08.259 INFO:teuthology.packaging:ref: None 2024-09-21T18:36:08.259 INFO:teuthology.packaging:tag: None 2024-09-21T18:36:08.259 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-21-1014 2024-09-21T18:36:08.259 INFO:teuthology.packaging:sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:36:08.259 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-09-21-1014 2024-09-21T18:36:08.394 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5129-g0ecbb435-1jammy 2024-09-21T18:36:08.395 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T18:36:08.401 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T18:36:08.401 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T18:36:08.415 INFO:teuthology.task.internal:Saving configuration 2024-09-21T18:36:08.428 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T18:36:08.435 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T18:36:08.461 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114', '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-21 18:30:27.245484', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOvLgcAPIjFmNPBNRnazhAYDd3KSYgLMUmWmZNrZg90R'} 2024-09-21T18:36:08.482 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114', '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-21 18:30:27.243522', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAs/nIJncV1tccEhBZMMqZMXbrlI2X501j3kmDULV9as'} 2024-09-21T18:36:08.505 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114', '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-21 18:30:27.246740', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHE+acOyUPMLbaPnt0MLFzEv+4PaQzB7eiGj7f4ntmND'} 2024-09-21T18:36:08.526 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114', '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-21 18:30:27.247986', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC0vsf/m0F+No6CuqZ7Sicv2fmS0I0t7TjmXG9funoX1'} 2024-09-21T18:36:08.526 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T18:36:08.533 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-09-21T18:36:08.533 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3'] 2024-09-21T18:36:08.533 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-21T18:36:08.534 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.d', 'cephadm.exclude'] 2024-09-21T18:36:08.534 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T18:36:08.644 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5141b5c280>, signals=[15]) 2024-09-21T18:36:08.644 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T18:36:08.650 INFO:teuthology.task.internal:Opening connections... 2024-09-21T18:36:08.650 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T18:36:08.651 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:36:08.731 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2024-09-21T18:36:08.731 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:36:08.808 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-09-21T18:36:08.809 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:36:08.884 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-09-21T18:36:08.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:36:08.961 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T18:36:08.968 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-09-21T18:36:08.975 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-09-21T18:36:08.975 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-09-21T18:36:09.021 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:36:09.021 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="Ubuntu" 2024-09-21T18:36:09.021 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="22.04" 2024-09-21T18:36:09.021 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_CODENAME=jammy 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:ID=ubuntu 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE=debian 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:36:09.022 INFO:teuthology.orchestra.run.smithi067.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:36:09.023 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-09-21T18:36:09.047 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2024-09-21T18:36:09.053 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2024-09-21T18:36:09.053 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2024-09-21T18:36:09.101 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="22.04" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=jammy 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:36:09.102 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:36:09.102 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2024-09-21T18:36:09.122 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-09-21T18:36:09.128 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-09-21T18:36:09.128 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-09-21T18:36:09.173 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Ubuntu" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="22.04" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_CODENAME=jammy 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:ID=ubuntu 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE=debian 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:36:09.174 INFO:teuthology.orchestra.run.smithi137.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:36:09.174 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-09-21T18:36:09.197 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-09-21T18:36:09.203 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-09-21T18:36:09.203 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-09-21T18:36:09.254 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-21T18:36:09.254 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2024-09-21T18:36:09.254 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="22.04" 2024-09-21T18:36:09.254 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=jammy 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-21T18:36:09.255 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=jammy 2024-09-21T18:36:09.255 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-09-21T18:36:09.280 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T18:36:09.289 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T18:36:09.295 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T18:36:09.295 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:36:09.297 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:36:09.300 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:36:09.302 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-09-21T18:36:09.307 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T18:36:09.312 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T18:36:09.312 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:36:09.346 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:36:09.349 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:36:09.351 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-09-21T18:36:09.438 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T18:36:09.536 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T18:36:09.550 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T18:36:09.550 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-21T18:36:09.550 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:36:09.550 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:36:09.551 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:36:09.551 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T18:36:09.555 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:36:09.556 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-21T18:36:09.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:36:09.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:36:09.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:36:09.558 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-09-21T18:36:09.558 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-09-21T18:36:09.558 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-09-21T18:36:09.602 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-56-generic 2024-09-21T18:36:09.602 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.15.0-56-generic 2024-09-21T18:36:09.602 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-09-21T18:36:09.605 INFO:teuthology.orchestra.run.smithi067.stdout:5.15.0-56-generic 2024-09-21T18:36:09.605 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.15.0-56-generic 2024-09-21T18:36:09.605 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2024-09-21T18:36:09.606 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-56-generic 2024-09-21T18:36:09.606 INFO:teuthology.task.kernel:Running kernel on smithi105: 5.15.0-56-generic 2024-09-21T18:36:09.607 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-09-21T18:36:09.607 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-56-generic 2024-09-21T18:36:09.608 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.15.0-56-generic 2024-09-21T18:36:09.608 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-09-21T18:36:09.722 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-09-21T18:36:09.744 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-09-21T18:36:09.746 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-09-21T18:36:09.754 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2024-09-21T18:36:09.869 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:36:09.879 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:36:09.885 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:36:09.886 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:36:09.886 INFO:teuthology.orchestra.run.smithi067.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:36:09.891 INFO:teuthology.orchestra.run.smithi067.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:36:09.894 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:36:09.961 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:36:09.968 INFO:teuthology.orchestra.run.smithi067.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:36:09.977 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:36:09.989 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:36:09.995 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-21T18:36:10.059 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:36:10.064 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:36:10.071 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-21T18:36:10.079 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:36:10.118 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:36:10.145 INFO:teuthology.orchestra.run.smithi067.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:36:10.147 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:36:10.176 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:36:10.180 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:36:10.183 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:36:10.183 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:36:10.184 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:36:10.186 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:36:10.186 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:36:10.203 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:36:10.204 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:36:10.205 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:36:10.206 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:36:10.207 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:36:10.207 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:36:10.211 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:36:10.211 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:36:10.215 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:36:10.219 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:36:10.220 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:36:10.221 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:36:10.221 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:36:10.221 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:36:10.225 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:36:10.226 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:36:10.227 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:36:10.227 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:36:10.230 INFO:teuthology.orchestra.run.smithi067.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:36:10.234 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:36:10.234 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:36:10.238 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:36:10.247 INFO:teuthology.orchestra.run.smithi067.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:36:10.250 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:36:10.251 INFO:teuthology.orchestra.run.smithi067.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:36:10.253 INFO:teuthology.orchestra.run.smithi067.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:36:10.254 INFO:teuthology.orchestra.run.smithi067.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:36:10.262 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:36:10.265 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:36:10.272 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:36:10.274 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:36:10.274 INFO:teuthology.orchestra.run.smithi067.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:36:10.274 INFO:teuthology.orchestra.run.smithi067.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:36:10.277 INFO:teuthology.orchestra.run.smithi067.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:36:10.286 INFO:teuthology.orchestra.run.smithi067.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:36:10.289 INFO:teuthology.orchestra.run.smithi067.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:36:10.291 INFO:teuthology.orchestra.run.smithi067.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:36:10.296 INFO:teuthology.orchestra.run.smithi067.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:36:10.297 INFO:teuthology.orchestra.run.smithi067.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:36:10.297 INFO:teuthology.orchestra.run.smithi067.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:36:10.297 INFO:teuthology.orchestra.run.smithi067.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:36:10.309 INFO:teuthology.orchestra.run.smithi067.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:36:10.309 INFO:teuthology.orchestra.run.smithi067.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:36:10.311 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:36:10.312 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:36:10.316 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:36:10.317 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:36:10.323 INFO:teuthology.orchestra.run.smithi067.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:36:10.326 INFO:teuthology.orchestra.run.smithi067.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:36:10.326 INFO:teuthology.orchestra.run.smithi067.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:36:10.343 INFO:teuthology.orchestra.run.smithi067.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:36:10.344 INFO:teuthology.orchestra.run.smithi067.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:36:10.347 INFO:teuthology.orchestra.run.smithi067.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:36:10.347 INFO:teuthology.orchestra.run.smithi067.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:36:10.355 INFO:teuthology.orchestra.run.smithi067.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:36:10.358 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:36:10.360 INFO:teuthology.orchestra.run.smithi067.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:36:10.362 INFO:teuthology.orchestra.run.smithi067.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:36:10.363 INFO:teuthology.orchestra.run.smithi067.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:36:10.363 INFO:teuthology.orchestra.run.smithi067.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:36:10.368 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:36:10.372 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:36:10.372 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:36:10.373 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:36:10.373 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:36:10.373 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:36:10.373 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:36:10.373 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:36:10.377 INFO:teuthology.orchestra.run.smithi067.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:36:10.377 INFO:teuthology.orchestra.run.smithi067.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:36:10.377 INFO:teuthology.orchestra.run.smithi067.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:36:10.378 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:36:10.378 INFO:teuthology.orchestra.run.smithi067.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:36:10.378 INFO:teuthology.orchestra.run.smithi067.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:36:10.394 INFO:teuthology.orchestra.run.smithi067.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:36:10.394 INFO:teuthology.orchestra.run.smithi067.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:36:10.394 INFO:teuthology.orchestra.run.smithi067.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:36:10.395 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:36:10.395 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:36:10.395 INFO:teuthology.orchestra.run.smithi067.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:36:10.395 INFO:teuthology.orchestra.run.smithi067.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:36:10.396 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:36:10.396 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:36:10.396 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:36:10.414 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:36:10.427 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-21T18:36:10.454 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,839 kB] 2024-09-21T18:36:10.552 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:36:10.567 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:36:10.762 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,062 kB] 2024-09-21T18:36:10.872 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [703 kB] 2024-09-21T18:36:10.878 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [544 kB] 2024-09-21T18:36:10.894 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [298 kB] 2024-09-21T18:36:10.903 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-21T18:36:10.903 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,431 kB] 2024-09-21T18:36:10.907 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:36:10.921 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:36:10.923 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:36:10.923 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [356 kB] 2024-09-21T18:36:10.924 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:36:10.937 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-21T18:36:10.938 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-21T18:36:10.939 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,499 kB] 2024-09-21T18:36:10.994 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:36:11.000 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-21T18:36:11.001 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [418 kB] 2024-09-21T18:36:11.008 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [430 kB] 2024-09-21T18:36:11.010 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:36:11.011 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:36:11.013 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-21T18:36:11.013 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [629 kB] 2024-09-21T18:36:11.024 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-21T18:36:11.025 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:36:11.043 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [733 kB] 2024-09-21T18:36:11.047 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,125 kB] 2024-09-21T18:36:11.054 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [905 kB] 2024-09-21T18:36:11.061 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:36:11.067 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:36:11.068 INFO:teuthology.orchestra.run.smithi105.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:36:11.069 INFO:teuthology.orchestra.run.smithi105.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:36:11.070 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [177 kB] 2024-09-21T18:36:11.070 INFO:teuthology.orchestra.run.smithi105.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:36:11.073 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-21T18:36:11.073 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-21T18:36:11.074 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-21T18:36:11.076 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-21T18:36:11.085 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-21T18:36:11.088 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-21T18:36:11.089 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-21T18:36:11.089 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-21T18:36:11.117 INFO:teuthology.orchestra.run.smithi105.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:36:11.118 INFO:teuthology.orchestra.run.smithi105.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:36:11.119 INFO:teuthology.orchestra.run.smithi105.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:36:11.139 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-21T18:36:11.140 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-21T18:36:11.153 INFO:teuthology.orchestra.run.smithi105.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:36:11.154 INFO:teuthology.orchestra.run.smithi105.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:36:11.154 INFO:teuthology.orchestra.run.smithi105.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:36:11.155 INFO:teuthology.orchestra.run.smithi105.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:36:11.156 INFO:teuthology.orchestra.run.smithi105.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:36:11.167 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-21T18:36:11.168 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-21T18:36:11.169 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-21T18:36:11.171 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-21T18:36:11.171 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-21T18:36:11.171 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-21T18:36:11.172 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-21T18:36:11.199 INFO:teuthology.orchestra.run.smithi105.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:36:11.250 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-21T18:36:11.251 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-21T18:36:16.419 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 16.3 MB in 2s (7,753 kB/s) 2024-09-21T18:36:16.501 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 16.3 MB in 2s (7,469 kB/s) 2024-09-21T18:36:16.663 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 16.3 MB in 2s (7,287 kB/s) 2024-09-21T18:36:17.028 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 16.3 MB in 2s (7,099 kB/s) 2024-09-21T18:36:17.815 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-21T18:36:17.832 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:36:17.881 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T18:36:17.893 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-21T18:36:17.899 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:36:17.958 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T18:36:18.085 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-09-21T18:36:18.103 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:36:18.105 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-09-21T18:36:18.106 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-09-21T18:36:18.164 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-09-21T18:36:18.168 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-09-21T18:36:18.169 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-09-21T18:36:18.282 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:36:18.282 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:36:18.283 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:36:18.283 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:36:18.283 INFO:teuthology.orchestra.run.smithi137.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:36:18.283 INFO:teuthology.orchestra.run.smithi137.stdout: python2.7-minimal 2024-09-21T18:36:18.283 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:36:18.284 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-09-21T18:36:18.285 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.285 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:36:18.285 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.286 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-09-21T18:36:18.286 INFO:teuthology.orchestra.run.smithi137.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:36:18.286 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-09-21T18:36:18.287 INFO:teuthology.orchestra.run.smithi137.stdout: thermald 2024-09-21T18:36:18.332 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-09-21T18:36:18.333 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.333 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:36:18.333 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.334 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages will be upgraded: 2024-09-21T18:36:18.335 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:36:18.342 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:36:18.342 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:36:18.342 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:36:18.343 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:36:18.343 INFO:teuthology.orchestra.run.smithi105.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:36:18.343 INFO:teuthology.orchestra.run.smithi105.stdout: python2.7-minimal 2024-09-21T18:36:18.343 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:36:18.344 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2024-09-21T18:36:18.345 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.345 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:36:18.345 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.346 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2024-09-21T18:36:18.346 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:36:18.346 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2024-09-21T18:36:18.346 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2024-09-21T18:36:18.352 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-09-21T18:36:18.353 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-09-21T18:36:18.384 INFO:teuthology.orchestra.run.smithi137.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:36:18.384 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 113 MB of archives. 2024-09-21T18:36:18.385 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:36:18.385 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:18.399 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2024-09-21T18:36:18.399 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.399 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:36:18.400 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.401 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2024-09-21T18:36:18.402 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:36:18.503 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-09-21T18:36:18.520 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:36:18.522 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:36:18.522 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:36:18.522 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:36:18.523 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:36:18.523 INFO:teuthology.orchestra.run.smithi170.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:36:18.523 INFO:teuthology.orchestra.run.smithi170.stdout: python2.7-minimal 2024-09-21T18:36:18.523 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:36:18.524 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2024-09-21T18:36:18.524 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.524 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:36:18.525 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.526 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2024-09-21T18:36:18.526 INFO:teuthology.orchestra.run.smithi170.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:36:18.526 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2024-09-21T18:36:18.526 INFO:teuthology.orchestra.run.smithi170.stdout: thermald 2024-09-21T18:36:18.571 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2024-09-21T18:36:18.571 INFO:teuthology.orchestra.run.smithi170.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.571 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:36:18.571 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.572 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2024-09-21T18:36:18.573 INFO:teuthology.orchestra.run.smithi170.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:36:18.580 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:36:18.580 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 113 MB of archives. 2024-09-21T18:36:18.580 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:36:18.580 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:18.586 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-09-21T18:36:18.623 INFO:teuthology.orchestra.run.smithi170.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:36:18.623 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 113 MB of archives. 2024-09-21T18:36:18.623 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:36:18.623 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:18.798 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2024-09-21T18:36:18.798 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2024-09-21T18:36:18.819 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:18.921 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:18.978 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:36:18.978 INFO:teuthology.orchestra.run.smithi067.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:36:18.978 INFO:teuthology.orchestra.run.smithi067.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:36:18.978 INFO:teuthology.orchestra.run.smithi067.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:36:18.979 INFO:teuthology.orchestra.run.smithi067.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-21T18:36:18.979 INFO:teuthology.orchestra.run.smithi067.stdout: python2.7-minimal 2024-09-21T18:36:18.979 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:36:18.980 INFO:teuthology.orchestra.run.smithi067.stdout:The following additional packages will be installed: 2024-09-21T18:36:18.980 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:18.980 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-21T18:36:18.980 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:18.982 INFO:teuthology.orchestra.run.smithi067.stdout:Suggested packages: 2024-09-21T18:36:18.982 INFO:teuthology.orchestra.run.smithi067.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-21T18:36:18.982 INFO:teuthology.orchestra.run.smithi067.stdout:Recommended packages: 2024-09-21T18:36:18.982 INFO:teuthology.orchestra.run.smithi067.stdout: thermald 2024-09-21T18:36:19.026 INFO:teuthology.orchestra.run.smithi067.stdout:The following NEW packages will be installed: 2024-09-21T18:36:19.026 INFO:teuthology.orchestra.run.smithi067.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-21T18:36:19.026 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-21T18:36:19.026 INFO:teuthology.orchestra.run.smithi067.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-21T18:36:19.028 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages will be upgraded: 2024-09-21T18:36:19.028 INFO:teuthology.orchestra.run.smithi067.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-21T18:36:19.072 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:19.080 INFO:teuthology.orchestra.run.smithi067.stdout:3 upgraded, 5 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:36:19.080 INFO:teuthology.orchestra.run.smithi067.stdout:Need to get 113 MB of archives. 2024-09-21T18:36:19.080 INFO:teuthology.orchestra.run.smithi067.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-21T18:36:19.081 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:19.176 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:19.535 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:19.644 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:19.715 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:19.715 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:19.716 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:19.834 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:19.856 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:20.006 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:20.006 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:20.006 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:20.059 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:20.130 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:20.152 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:20.239 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 113 MB in 2s (74.8 MB/s) 2024-09-21T18:36:20.402 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:36:20.410 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:20.451 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:20.451 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:20.451 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:20.530 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 113 MB in 2s (72.1 MB/s) 2024-09-21T18:36:20.575 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:20.596 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:20.710 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:36:21.098 INFO:teuthology.orchestra.run.smithi067.stdout:Fetched 113 MB in 2s (69.5 MB/s) 2024-09-21T18:36:21.291 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:36:22.441 INFO:teuthology.orchestra.run.smithi137.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-21T18:36:22.446 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:22.542 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:22.542 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:22.618 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:22.665 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:22.722 INFO:teuthology.orchestra.run.smithi170.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-21T18:36:22.726 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:22.815 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:22.957 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:23.037 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:23.263 INFO:teuthology.orchestra.run.smithi067.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-21T18:36:23.267 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:23.346 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:23.437 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 113 MB in 5s (24.5 MB/s) 2024-09-21T18:36:23.587 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-21T18:36:24.742 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:36:24.763 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:24.851 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:25.233 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:36:25.254 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:25.320 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:36:25.339 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:25.340 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:25.378 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:25.574 INFO:teuthology.orchestra.run.smithi105.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-21T18:36:25.578 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:25.651 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:25.797 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:36:25.811 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:36:25.819 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:25.832 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:25.869 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:25.901 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:26.359 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:36:26.380 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:26.417 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:27.702 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-21T18:36:27.718 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:27.811 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:28.205 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-21T18:36:28.226 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:28.255 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:31.927 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:32.054 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:32.069 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:32.196 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:32.362 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:32.466 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:32.495 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:32.608 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:32.744 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:32.769 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:36:32.780 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:36:32.827 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:32.879 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:32.910 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:36:32.922 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:36:32.960 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:33.187 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:33.290 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:33.677 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:36:33.699 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:36:33.743 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:34.611 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:34.738 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:35.062 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:35.200 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:35.495 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-21T18:36:35.517 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-21T18:36:35.562 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:38.572 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:36:38.611 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:38.635 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:36:38.655 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:38.673 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:38.734 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:39.158 INFO:teuthology.orchestra.run.smithi067.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:36:39.195 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:39.232 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:40.820 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-21T18:36:40.839 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-21T18:36:40.878 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:41.283 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:41.389 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:41.425 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:41.504 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:41.775 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:41.838 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:41.897 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:41.942 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:42.023 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:36:42.059 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:36:42.144 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:42.188 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:42.358 INFO:teuthology.orchestra.run.smithi067.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:42.454 INFO:teuthology.orchestra.run.smithi067.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:42.821 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:42.942 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:43.076 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:36:43.205 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:43.460 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:36:43.460 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:36:43.460 INFO:teuthology.orchestra.run.smithi170.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:36:43.460 INFO:teuthology.orchestra.run.smithi170.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:43.515 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:36:43.515 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:36:43.515 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:36:43.515 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:43.620 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:43.681 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:44.008 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-21T18:36:44.131 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-21T18:36:44.456 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-21T18:36:44.577 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:44.597 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:36:44.597 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:36:44.597 INFO:teuthology.orchestra.run.smithi067.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:36:44.597 INFO:teuthology.orchestra.run.smithi067.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:44.703 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-21T18:36:44.748 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:44.832 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:45.055 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:36:45.091 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:36:45.192 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:36:45.301 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:45.330 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:36:46.149 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:36:46.149 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-21T18:36:46.149 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:36:46.149 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:46.325 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:46.482 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:36:46.625 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:36:46.674 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:46.751 INFO:teuthology.orchestra.run.smithi067.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:47.153 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:47.210 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:36:47.210 INFO:teuthology.orchestra.run.smithi137.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:47.718 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-21T18:36:47.853 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-21T18:36:47.979 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:48.042 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:48.096 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:36:48.096 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:48.178 INFO:teuthology.orchestra.run.smithi067.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:48.235 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:36:48.235 INFO:teuthology.orchestra.run.smithi067.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:36:49.339 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-21T18:36:49.409 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-21T18:36:49.409 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:01.860 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:37:01.860 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:37:01.870 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:01.892 INFO:teuthology.orchestra.run.smithi137.stdout:Generating grub configuration file ... 2024-09-21T18:37:02.255 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:02.282 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:02.524 INFO:teuthology.orchestra.run.smithi067.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:37:02.524 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:37:02.535 INFO:teuthology.orchestra.run.smithi067.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:02.561 INFO:teuthology.orchestra.run.smithi067.stdout:Generating grub configuration file ... 2024-09-21T18:37:02.656 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:02.662 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:02.729 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:02.735 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:02.774 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:37:02.774 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:37:02.788 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:02.819 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:02.838 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:02.851 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2024-09-21T18:37:02.891 INFO:teuthology.orchestra.run.smithi137.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:02.891 INFO:teuthology.orchestra.run.smithi137.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:02.891 INFO:teuthology.orchestra.run.smithi137.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:02.945 INFO:teuthology.orchestra.run.smithi137.stdout:done 2024-09-21T18:37:03.087 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:03.093 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:03.161 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:03.172 INFO:teuthology.orchestra.run.smithi067.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:03.178 INFO:teuthology.orchestra.run.smithi067.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:03.179 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:03.338 INFO:teuthology.orchestra.run.smithi067.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:03.338 INFO:teuthology.orchestra.run.smithi067.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:03.338 INFO:teuthology.orchestra.run.smithi067.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:03.341 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-21T18:37:03.341 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2024-09-21T18:37:03.360 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:03.387 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2024-09-21T18:37:03.390 INFO:teuthology.orchestra.run.smithi067.stdout:done 2024-09-21T18:37:03.433 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-09-21T18:37:03.457 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-09-21T18:37:03.457 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-09-21T18:37:03.457 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-09-21T18:37:03.457 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-09-21T18:37:03.457 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.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-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.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-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:03.458 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-09-21T18:37:03.458 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:37:03.458 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:37:03.459 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:37:03.459 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-21T18:37:03.459 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:37:03.459 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-09-21T18:37:03.563 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:03.569 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:03.638 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:03.640 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-09-21T18:37:03.641 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:03.646 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:03.658 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:03.820 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:03.821 INFO:teuthology.orchestra.run.smithi170.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:03.821 INFO:teuthology.orchestra.run.smithi170.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:03.863 INFO:teuthology.orchestra.run.smithi170.stdout:done 2024-09-21T18:37:03.884 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:37:03.884 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:37:03.925 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 21 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2024-09-21T18:37:03.944 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.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-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.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-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2024-09-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:03.945 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2024-09-21T18:37:03.945 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:37:03.945 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:37:03.945 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:37:03.945 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T18:37:03.945 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:37:03.945 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get clean 2024-09-21T18:37:03.955 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:37:03.993 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:03.999 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:04.037 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:37:04.064 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:04.070 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:04.139 DEBUG:teuthology.orchestra.run.smithi067:> sudo apt-get update 2024-09-21T18:37:04.230 INFO:teuthology.orchestra.run.smithi105.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:04.231 INFO:teuthology.orchestra.run.smithi105.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:04.231 INFO:teuthology.orchestra.run.smithi105.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:04.265 INFO:teuthology.orchestra.run.smithi105.stdout:done 2024-09-21T18:37:04.271 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:37:04.332 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-09-21T18:37:04.353 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-09-21T18:37:04.353 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-09-21T18:37:04.353 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-09-21T18:37:04.353 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.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-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.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-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:04.354 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-09-21T18:37:04.355 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:37:04.355 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:37:04.355 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:37:04.355 INFO:teuthology.task.kernel:Installing distro kernel on host.d... 2024-09-21T18:37:04.356 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:37:04.356 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2024-09-21T18:37:04.393 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:37:04.480 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:37:04.515 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2024-09-21T18:37:04.557 INFO:teuthology.orchestra.run.smithi067.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:37:04.626 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:37:04.627 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:37:04.636 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:37:04.653 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:37:04.742 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-09-21T18:37:04.761 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-09-21T18:37:04.761 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.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-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.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-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:04.762 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:04.763 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-09-21T18:37:04.763 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-21T18:37:04.763 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T18:37:04.763 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T18:37:04.763 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T18:37:04.763 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T18:37:04.763 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2024-09-21T18:37:04.964 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2024-09-21T18:37:05.095 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-21T18:37:05.225 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-21T18:37:05.292 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-21T18:37:05.342 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-21T18:37:05.361 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:37:05.374 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-21T18:37:05.422 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-09-21T18:37:05.621 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-09-21T18:37:05.621 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-09-21T18:37:05.774 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-09-21T18:37:05.792 DEBUG:teuthology.orchestra.run.smithi067:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:37:05.795 INFO:teuthology.orchestra.run.smithi137.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:37:05.795 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:37:05.795 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:37:05.795 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:37:05.795 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:37:05.796 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:37:05.796 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:37:05.796 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:37:05.836 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:37:05.838 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-09-21T18:37:05.853 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-09-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.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-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.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-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-09-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:05.854 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-09-21T18:37:05.854 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-09-21T18:37:05.855 INFO:teuthology.orchestra.run.smithi067.stdout:Reading package lists... 2024-09-21T18:37:05.901 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.eg2gRTtaxF 2024-09-21T18:37:05.901 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub/grub.cfg /tmp/tmp.eg2gRTtaxF 2024-09-21T18:37:05.970 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.eg2gRTtaxF 2024-09-21T18:37:06.037 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-09-21T18:37:06.056 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:37:06.069 INFO:teuthology.orchestra.run.smithi067.stdout:Building dependency tree... 2024-09-21T18:37:06.070 INFO:teuthology.orchestra.run.smithi067.stdout:Reading state information... 2024-09-21T18:37:06.097 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.eg2gRTtaxF is 10KB 2024-09-21T18:37:06.108 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.eg2gRTtaxF 2024-09-21T18:37:06.112 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.123 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2024-09-21T18:37:06.163 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:37:06.163 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.163 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.226 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:37:06.226 DEBUG:teuthology.orchestra.run.smithi137:> sudo update-grub 2024-09-21T18:37:06.265 INFO:teuthology.orchestra.run.smithi067.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:37:06.265 INFO:teuthology.orchestra.run.smithi067.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:37:06.265 INFO:teuthology.orchestra.run.smithi067.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:37:06.265 INFO:teuthology.orchestra.run.smithi067.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:37:06.266 INFO:teuthology.orchestra.run.smithi067.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:37:06.266 INFO:teuthology.orchestra.run.smithi067.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:37:06.266 INFO:teuthology.orchestra.run.smithi067.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:37:06.266 INFO:teuthology.orchestra.run.smithi067.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:37:06.311 INFO:teuthology.orchestra.run.smithi067.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:37:06.313 DEBUG:teuthology.orchestra.run.smithi067:> dpkg -s linux-image-generic 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Package: linux-image-generic 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Status: install ok installed 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Priority: optional 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Section: kernel 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Installed-Size: 21 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: amd64 2024-09-21T18:37:06.326 INFO:teuthology.orchestra.run.smithi067.stdout:Source: linux-meta 2024-09-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.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-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.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-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.stdout:Recommends: thermald 2024-09-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:06.327 INFO:teuthology.orchestra.run.smithi067.stdout: available. 2024-09-21T18:37:06.327 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-09-21T18:37:06.344 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2024-09-21T18:37:06.345 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2024-09-21T18:37:06.372 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.aDmgtEmcPq 2024-09-21T18:37:06.372 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aDmgtEmcPq 2024-09-21T18:37:06.427 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.aDmgtEmcPq 2024-09-21T18:37:06.543 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:37:06.543 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:37:06.543 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:37:06.543 INFO:teuthology.orchestra.run.smithi170.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:37:06.544 INFO:teuthology.orchestra.run.smithi170.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:37:06.544 INFO:teuthology.orchestra.run.smithi170.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:37:06.544 INFO:teuthology.orchestra.run.smithi170.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:37:06.545 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:37:06.545 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.aDmgtEmcPq is 10KB 2024-09-21T18:37:06.558 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.aDmgtEmcPq 2024-09-21T18:37:06.559 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T18:37:06.563 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.579 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-21T18:37:06.586 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:37:06.588 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 21 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2024-09-21T18:37:06.603 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta 2024-09-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.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-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.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-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2024-09-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:06.604 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2024-09-21T18:37:06.604 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-09-21T18:37:06.617 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:37:06.617 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.617 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.641 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2024-09-21T18:37:06.649 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.f4ouBmT6zm 2024-09-21T18:37:06.649 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.f4ouBmT6zm 2024-09-21T18:37:06.684 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:37:06.684 DEBUG:teuthology.orchestra.run.smithi067:> sudo update-grub 2024-09-21T18:37:06.706 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.f4ouBmT6zm 2024-09-21T18:37:06.822 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.f4ouBmT6zm is 10KB 2024-09-21T18:37:06.834 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.f4ouBmT6zm 2024-09-21T18:37:06.840 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.854 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2024-09-21T18:37:06.855 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2024-09-21T18:37:06.893 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-09-21T18:37:06.893 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.893 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:06.959 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:37:06.959 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2024-09-21T18:37:07.049 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-21T18:37:07.049 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2024-09-21T18:37:07.049 INFO:teuthology.orchestra.run.smithi105.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-21T18:37:07.049 INFO:teuthology.orchestra.run.smithi105.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-21T18:37:07.050 INFO:teuthology.orchestra.run.smithi105.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-21T18:37:07.050 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-21T18:37:07.050 INFO:teuthology.orchestra.run.smithi105.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-21T18:37:07.050 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-21T18:37:07.093 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 345 not upgraded. 2024-09-21T18:37:07.095 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 21 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 5.15.0.122.122 2024-09-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.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-21T18:37:07.110 INFO:teuthology.orchestra.run.smithi105.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-21T18:37:07.111 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2024-09-21T18:37:07.111 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2024-09-21T18:37:07.111 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2024-09-21T18:37:07.111 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2024-09-21T18:37:07.111 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2024-09-21T18:37:07.156 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.N9HAjeQEbw 2024-09-21T18:37:07.157 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.N9HAjeQEbw 2024-09-21T18:37:07.213 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.N9HAjeQEbw 2024-09-21T18:37:07.336 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.N9HAjeQEbw is 10KB 2024-09-21T18:37:07.349 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.N9HAjeQEbw 2024-09-21T18:37:07.354 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:07.412 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:37:07.412 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-21T18:37:07.412 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-21T18:37:07.462 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:37:07.463 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:07.465 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-09-21T18:37:07.479 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-21T18:37:07.479 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2024-09-21T18:37:07.732 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:07.738 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:07.982 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:37:07.983 INFO:teuthology.orchestra.run.smithi067.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:07.985 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-09-21T18:37:08.013 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:08.019 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:08.061 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:08.067 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:08.170 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:37:08.171 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:08.173 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-09-21T18:37:08.174 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:08.180 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:08.190 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:08.190 INFO:teuthology.orchestra.run.smithi137.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:08.190 INFO:teuthology.orchestra.run.smithi137.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:08.208 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-09-21T18:37:08.217 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-09-21T18:37:08.348 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:08.353 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:08.392 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:08.397 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:08.438 INFO:teuthology.orchestra.run.smithi067.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:08.443 INFO:teuthology.orchestra.run.smithi067.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:08.573 INFO:teuthology.orchestra.run.smithi067.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:08.573 INFO:teuthology.orchestra.run.smithi067.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:08.573 INFO:teuthology.orchestra.run.smithi067.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:08.589 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-09-21T18:37:08.591 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-09-21T18:37:08.624 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:08.629 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:08.670 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:08.675 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:08.691 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2024-09-21T18:37:08.693 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-21T18:37:08.695 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2024-09-21T18:37:08.831 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:08.832 INFO:teuthology.orchestra.run.smithi170.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:08.832 INFO:teuthology.orchestra.run.smithi170.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:08.847 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-09-21T18:37:08.849 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-09-21T18:37:08.879 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-21T18:37:08.885 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-21T18:37:09.122 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-21T18:37:09.127 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-21T18:37:09.167 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-21T18:37:09.172 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-21T18:37:09.311 INFO:teuthology.orchestra.run.smithi105.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-21T18:37:09.311 INFO:teuthology.orchestra.run.smithi105.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-21T18:37:09.311 INFO:teuthology.orchestra.run.smithi105.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-21T18:37:09.323 INFO:teuthology.orchestra.run.smithi105.stderr:done 2024-09-21T18:37:09.340 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2024-09-21T18:37:38.232 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-21T18:37:38.233 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:37:38.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:37:38.594 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T18:37:38.595 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:37:38.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:37:38.852 INFO:teuthology.task.kernel:Checking client host.d for new kernel version... 2024-09-21T18:37:38.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:37:38.853 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:37:39.344 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T18:37:39.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:37:39.344 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:37:56.591 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-09-21T18:37:57.103 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-21T18:37:57.359 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-09-21T18:37:57.871 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T18:38:05.597 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:38:05.598 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:06.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:38:06.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:06.360 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:38:06.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:06.872 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:38:06.873 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:08.657 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-09-21T18:38:09.167 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-21T18:38:09.426 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-09-21T18:38:09.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T18:38:20.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:38:20.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:21.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:38:21.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:21.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:38:21.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:21.940 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:38:21.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:39.087 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-09-21T18:38:39.603 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-21T18:38:39.855 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-09-21T18:38:40.367 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T18:38:54.096 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:38:54.097 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:54.296 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-21T18:38:54.603 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:38:54.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:54.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:38:54.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:54.871 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:38:54.871 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-21T18:38:54.871 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-09-21T18:38:54.916 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-122-generic 2024-09-21T18:38:54.917 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:38:54.917 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:38:54.917 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:38:55.205 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-09-21T18:38:55.357 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-09-21T18:38:55.367 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:38:55.368 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:38:55.370 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.105 2024-09-21T18:38:55.918 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-21T18:38:55.918 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:38:55.924 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:38:55.924 INFO:teuthology.task.kernel:Checking kernel version of host.d, want "5.15.0-122-generic"... 2024-09-21T18:38:55.924 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-09-21T18:38:55.975 INFO:teuthology.orchestra.run.smithi170.stdout:5.15.0-122-generic 2024-09-21T18:38:55.975 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:38:55.976 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:38:55.976 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:38:55.999 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-09-21T18:38:56.026 DEBUG:teuthology.parallel:result is None 2024-09-21T18:38:56.120 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:38:56.120 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-21T18:38:56.121 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-09-21T18:38:56.126 INFO:teuthology.orchestra.run.smithi067.stdout:5.15.0-122-generic 2024-09-21T18:38:56.126 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:38:56.126 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:38:56.126 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:38:56.976 INFO:teuthology.task.kernel:Enabling kdb on host.d... 2024-09-21T18:38:56.977 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:38:57.058 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-09-21T18:38:57.085 DEBUG:teuthology.parallel:result is None 2024-09-21T18:38:57.127 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T18:38:57.128 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:38:57.291 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-09-21T18:38:57.312 DEBUG:teuthology.parallel:result is None 2024-09-21T18:39:13.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:39:13.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:39:13.606 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-09-21T18:39:14.168 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:39:14.168 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-21T18:39:14.168 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2024-09-21T18:39:14.216 INFO:teuthology.orchestra.run.smithi105.stdout:5.15.0-122-generic 2024-09-21T18:39:14.216 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-21T18:39:14.216 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T18:39:14.216 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-21T18:39:15.218 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T18:39:15.218 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T18:39:15.565 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2024-09-21T18:39:15.602 DEBUG:teuthology.parallel:result is None 2024-09-21T18:39:15.602 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T18:39:15.610 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T18:39:15.611 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:39:15.613 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:39:15.616 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:39:15.618 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T18:39:15.625 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T18:39:15.631 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T18:39:15.638 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T18:39:15.638 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:39:15.662 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:39:15.665 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:39:15.667 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T18:39:15.758 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T18:39:15.768 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T18:39:15.768 DEBUG:teuthology.orchestra.run.smithi067:> 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-21T18:39:15.771 DEBUG:teuthology.orchestra.run.smithi105:> 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-21T18:39:15.774 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T18:39:15.777 DEBUG:teuthology.orchestra.run.smithi170:> 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-21T18:39:15.788 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.788 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.793 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.796 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.798 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.798 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.802 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.805 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T18:39:15.807 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T18:39:15.831 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T18:39:15.832 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:39:15.842 DEBUG:teuthology.orchestra.run.smithi105:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:39:15.844 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:39:15.846 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T18:39:15.865 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T18:39:15.873 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T18:39:15.873 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:39:15.898 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:39:15.900 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:39:15.903 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T18:39:15.915 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:39:15.949 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:39:15.998 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:39:15.998 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:39:16.064 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:39:16.070 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:39:16.120 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:39:16.120 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:39:16.188 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:39:16.193 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:39:16.241 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:39:16.241 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:39:16.310 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T18:39:16.316 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T18:39:16.364 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-09-21T18:39:16.364 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T18:39:16.433 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-09-21T18:39:16.436 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2024-09-21T18:39:16.438 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-09-21T18:39:16.440 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-09-21T18:39:16.509 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T18:39:16.517 INFO:teuthology.task.internal:Starting timer... 2024-09-21T18:39:16.517 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T18:39:16.557 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Excluding smithi067: OS 'ubuntu' does not support SELinux 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Excluding smithi137: OS 'ubuntu' does not support SELinux 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T18:39:16.566 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-21T18:39:16.566 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T18:39:16.566 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T18:39:16.575 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T18:39:16.585 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-21T18:39:16.586 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi105.front.sepia.ceph.com,smithi137.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T18:46:53.600 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-09-21T18:46:53.601 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:46:53.602 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:46:53.684 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-09-21T18:46:53.758 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-21T18:46:53.759 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:46:53.759 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:46:53.840 DEBUG:teuthology.orchestra.run.smithi105:> true 2024-09-21T18:46:53.918 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2024-09-21T18:46:53.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:46:53.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:46:53.997 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-09-21T18:46:54.070 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-09-21T18:46:54.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:46:54.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T18:46:54.149 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-09-21T18:46:54.223 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-09-21T18:46:54.224 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T18:46:54.234 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T18:46:54.234 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:46:54.235 DEBUG:teuthology.orchestra.run.smithi067:> 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-21T18:46:54.237 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:46:54.237 DEBUG:teuthology.orchestra.run.smithi105:> 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-21T18:46:54.239 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:46:54.239 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T18:46:54.242 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T18:46:54.242 DEBUG:teuthology.orchestra.run.smithi170:> 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-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Command line: ntpd -gq 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: ---------------------------------------------------- 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: corporation. Support and training for ntp-4 are 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: available at https://www.nwtime.org/support 2024-09-21T18:46:54.266 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: ---------------------------------------------------- 2024-09-21T18:46:54.267 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: proto: precision = 0.118 usec (-23) 2024-09-21T18:46:54.267 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: basedate set to 2022-02-04 2024-09-21T18:46:54.267 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:46:54.268 INFO:teuthology.orchestra.run.smithi067.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.268 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.268 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.268 INFO:teuthology.orchestra.run.smithi067.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen normally on 3 enp3s0f1 172.21.15.67:123 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen normally on 4 lo [::1]:123 2024-09-21T18:46:54.269 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:fc0b%5]:123 2024-09-21T18:46:54.270 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:46:54 ntpd[18457]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:46:54.270 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Command line: ntpd -gq 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: ---------------------------------------------------- 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: corporation. Support and training for ntp-4 are 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: available at https://www.nwtime.org/support 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: ---------------------------------------------------- 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: proto: precision = 0.058 usec (-24) 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: basedate set to 2022-02-04 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:46:54.271 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.272 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.272 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.272 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen normally on 4 lo [::1]:123 2024-09-21T18:46:54.273 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2024-09-21T18:46:54.274 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:46:54 ntpd[18471]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:46:54.274 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:46:54.274 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Command line: ntpd -gq 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: ---------------------------------------------------- 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: corporation. Support and training for ntp-4 are 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: available at https://www.nwtime.org/support 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: ---------------------------------------------------- 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: proto: precision = 0.059 usec (-24) 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: basedate set to 2022-02-04 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:46:54.275 INFO:teuthology.orchestra.run.smithi137.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.276 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.276 INFO:teuthology.orchestra.run.smithi137.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen normally on 3 enp3s0f1 172.21.15.137:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen normally on 4 lo [::1]:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8137%5]:123 2024-09-21T18:46:54.277 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:46:54 ntpd[18469]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Command line: ntpd -gq 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: ---------------------------------------------------- 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: ntp-4 is maintained by Network Time Foundation, 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: corporation. Support and training for ntp-4 are 2024-09-21T18:46:54.290 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: available at https://www.nwtime.org/support 2024-09-21T18:46:54.291 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: ---------------------------------------------------- 2024-09-21T18:46:54.291 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: proto: precision = 0.045 usec (-24) 2024-09-21T18:46:54.291 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: basedate set to 2022-02-04 2024-09-21T18:46:54.291 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: gps base set to 2022-02-06 (week 2196) 2024-09-21T18:46:54.291 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.292 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-21T18:46:54.292 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.292 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen and drop on 0 v6wildcard [::]:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen normally on 2 lo 127.0.0.1:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen normally on 4 lo [::1]:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2024-09-21T18:46:54.293 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:46:54 ntpd[18456]: Listening on routing socket on fd #22 for interface updates 2024-09-21T18:46:55.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:55.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:55.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:55.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:55.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:55.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:55 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:55.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:55.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:55 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:56.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:56 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:56.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:56 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:56.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:56 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:56.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:56 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:57 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:57.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:57 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:57 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:57.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:57 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:58.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:58 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:58.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:58.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:58 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:58.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:58.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:58 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:46:59 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:46:59 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.272 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:46:59 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.293 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.294 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:46:59.295 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:46:59 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:00.266 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:00.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:00 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:00.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:00.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:00 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:00.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:00.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:00.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:00.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:00.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:00 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:01 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:01 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stdout:21 Sep 18:47:01 ntpd[18469]: ntpd: time slew -0.000597 s 2024-09-21T18:47:01.273 INFO:teuthology.orchestra.run.smithi137.stdout:ntpd: time slew -0.000597s 2024-09-21T18:47:01.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:47:01.274 INFO:teuthology.orchestra.run.smithi137.stderr:21 Sep 18:47:01 ntpd[18469]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:47:01.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.291 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stdout:21 Sep 18:47:01 ntpd[18456]: ntpd: time slew +0.001179 s 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew +0.001179s 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:47:01.292 INFO:teuthology.orchestra.run.smithi170.stderr:21 Sep 18:47:01 ntpd[18456]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.323 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.355 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:47:01.356 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-09-21T18:47:01.356 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.356 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.356 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:01.356 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:02.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:02 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:02.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:02.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:02.270 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:02.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:02.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:02.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:02 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.267 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stdout:21 Sep 18:47:03 ntpd[18457]: ntpd: time slew -0.002286 s 2024-09-21T18:47:03.268 INFO:teuthology.orchestra.run.smithi067.stdout:ntpd: time slew -0.002286s 2024-09-21T18:47:03.269 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:47:03.269 INFO:teuthology.orchestra.run.smithi067.stderr:21 Sep 18:47:03 ntpd[18457]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: can't open /var/log/ntpstats/rawstats.20240921: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: can't open /var/log/ntpstats/peerstats.20240921: Permission denied 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stdout:21 Sep 18:47:03 ntpd[18471]: ntpd: time slew +0.000015 s 2024-09-21T18:47:03.271 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew +0.000015s 2024-09-21T18:47:03.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-21T18:47:03.272 INFO:teuthology.orchestra.run.smithi105.stderr:21 Sep 18:47:03 ntpd[18471]: can't open /var/log/ntpstats/loopstats.20240921: Permission denied 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.318 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.323 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-21T18:47:03.324 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-09-21T18:47:03.404 INFO:tasks.cephadm:Testing if podman is available 2024-09-21T18:47:03.404 DEBUG:teuthology.orchestra.run.smithi170:> sudo podman --help 2024-09-21T18:47:03.415 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: podman: command not found 2024-09-21T18:47:03.415 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:03.415 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-09-21T18:47:03.416 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-09-21T18:47:04.137 INFO:teuthology.orchestra.run.smithi170.stdout:latest: Pulling from samba.org/samba-ad-server 2024-09-21T18:47:04.141 INFO:teuthology.orchestra.run.smithi170.stdout:a4ab00b4675c: Pulling fs layer 2024-09-21T18:47:04.141 INFO:teuthology.orchestra.run.smithi170.stdout:c888ba27f8c0: Pulling fs layer 2024-09-21T18:47:04.141 INFO:teuthology.orchestra.run.smithi170.stdout:b423073ce577: Pulling fs layer 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:aff4a5324caa: Pulling fs layer 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:d42064003299: Pulling fs layer 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:19aab37efbe1: Pulling fs layer 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:aff4a5324caa: Waiting 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:d42064003299: Waiting 2024-09-21T18:47:04.142 INFO:teuthology.orchestra.run.smithi170.stdout:19aab37efbe1: Waiting 2024-09-21T18:47:04.324 INFO:teuthology.orchestra.run.smithi170.stdout:c888ba27f8c0: Verifying Checksum 2024-09-21T18:47:04.324 INFO:teuthology.orchestra.run.smithi170.stdout:c888ba27f8c0: Download complete 2024-09-21T18:47:04.511 INFO:teuthology.orchestra.run.smithi170.stdout:aff4a5324caa: Download complete 2024-09-21T18:47:04.651 INFO:teuthology.orchestra.run.smithi170.stdout:d42064003299: Download complete 2024-09-21T18:47:05.089 INFO:teuthology.orchestra.run.smithi170.stdout:19aab37efbe1: Verifying Checksum 2024-09-21T18:47:05.089 INFO:teuthology.orchestra.run.smithi170.stdout:19aab37efbe1: Download complete 2024-09-21T18:47:05.277 INFO:teuthology.orchestra.run.smithi170.stdout:b423073ce577: Verifying Checksum 2024-09-21T18:47:05.277 INFO:teuthology.orchestra.run.smithi170.stdout:b423073ce577: Download complete 2024-09-21T18:47:06.199 INFO:teuthology.orchestra.run.smithi170.stdout:a4ab00b4675c: Verifying Checksum 2024-09-21T18:47:06.199 INFO:teuthology.orchestra.run.smithi170.stdout:a4ab00b4675c: Download complete 2024-09-21T18:47:11.799 INFO:teuthology.orchestra.run.smithi170.stdout:a4ab00b4675c: Pull complete 2024-09-21T18:47:12.043 INFO:teuthology.orchestra.run.smithi170.stdout:c888ba27f8c0: Pull complete 2024-09-21T18:47:16.613 INFO:teuthology.orchestra.run.smithi170.stdout:b423073ce577: Pull complete 2024-09-21T18:47:16.865 INFO:teuthology.orchestra.run.smithi170.stdout:aff4a5324caa: Pull complete 2024-09-21T18:47:17.110 INFO:teuthology.orchestra.run.smithi170.stdout:d42064003299: Pull complete 2024-09-21T18:47:18.352 INFO:teuthology.orchestra.run.smithi170.stdout:19aab37efbe1: Pull complete 2024-09-21T18:47:18.483 INFO:teuthology.orchestra.run.smithi170.stdout:Digest: sha256:a6fa72c222ed6c2b1b2fd9ac558125d483750c3c3b6cb9ad2ed9ed5ea97dbe04 2024-09-21T18:47:18.536 INFO:teuthology.orchestra.run.smithi170.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-09-21T18:47:18.567 INFO:teuthology.orchestra.run.smithi170.stdout:quay.io/samba.org/samba-ad-server:latest 2024-09-21T18:47:18.571 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-09-21T18:47:19.084 INFO:teuthology.orchestra.run.smithi170.stdout:latest: Pulling from samba.org/samba-client 2024-09-21T18:47:19.084 INFO:teuthology.orchestra.run.smithi170.stdout:a4ab00b4675c: Already exists 2024-09-21T18:47:19.130 INFO:teuthology.orchestra.run.smithi170.stdout:f53e54002cf8: Pulling fs layer 2024-09-21T18:47:19.972 INFO:teuthology.orchestra.run.smithi170.stdout:f53e54002cf8: Verifying Checksum 2024-09-21T18:47:19.973 INFO:teuthology.orchestra.run.smithi170.stdout:f53e54002cf8: Download complete 2024-09-21T18:47:22.917 INFO:teuthology.orchestra.run.smithi170.stdout:f53e54002cf8: Pull complete 2024-09-21T18:47:23.049 INFO:teuthology.orchestra.run.smithi170.stdout:Digest: sha256:298ca95d12382cff56b138223553cdfa51aea5534bf926ace2d967e58cd63e4e 2024-09-21T18:47:23.101 INFO:teuthology.orchestra.run.smithi170.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-09-21T18:47:23.125 INFO:teuthology.orchestra.run.smithi170.stdout:quay.io/samba.org/samba-client:latest 2024-09-21T18:47:23.128 DEBUG:teuthology.orchestra.run.smithi170:> ss -lunH 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:60580 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:45941 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170%enp3s0f1:68 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170:123 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:704 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:52886 0.0.0.0:* 2024-09-21T18:47:23.166 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:40393 0.0.0.0:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:57274 0.0.0.0:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7255]%enp3s0f1:123 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:33303 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:35304 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:37224 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:39115 [::]:* 2024-09-21T18:47:23.167 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:56951 [::]:* 2024-09-21T18:47:23.167 INFO:tasks.cephadm:Disabling systemd-resolved on smithi170 2024-09-21T18:47:23.168 DEBUG:teuthology.orchestra.run.smithi170:> sudo cat /etc/systemd/resolved.conf 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# This file is part of systemd. 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# any later version. 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-09-21T18:47:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# See resolved.conf(5) for details. 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:[Resolve] 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 2024-09-21T18:47:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:#DNS= 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#FallbackDNS= 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#Domains= 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSSEC=no 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSOverTLS=no 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#MulticastDNS=no 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#LLMNR=no 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#Cache=no-negative 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#CacheFromLocalhost=no 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSStubListener=yes 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#DNSStubListenerExtra= 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#ReadEtcHosts=yes 2024-09-21T18:47:23.224 INFO:teuthology.orchestra.run.smithi170.stdout:#ResolveUnicastSingleLabel=no 2024-09-21T18:47:23.225 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-09-21T18:47:23.225 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/systemd/resolved.conf 2024-09-21T18:47:23.285 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart systemd-resolved 2024-09-21T18:47:23.431 DEBUG:teuthology.orchestra.run.smithi170:> ss -lunH 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:60580 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:45941 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170%enp3s0f1:68 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 172.21.15.170:123 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 127.0.0.1:704 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:52886 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:40393 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 0.0.0.0:57274 0.0.0.0:* 2024-09-21T18:47:23.437 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7255]%enp3s0f1:123 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:33303 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:35304 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:37224 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:39115 [::]:* 2024-09-21T18:47:23.438 INFO:teuthology.orchestra.run.smithi170.stdout:UNCONN 0 0 [::]:56951 [::]:* 2024-09-21T18:47:23.438 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart docker 2024-09-21T18:47:23.493 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units. 2024-09-21T18:47:29.683 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-21T18:47:29.740 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /var/tmp/samba 2024-09-21T18:47:29.795 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-09-21T18:47:29.795 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/var/tmp/samba/container.json 2024-09-21T18:47:29.850 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-09-21T18:47:30.544 INFO:teuthology.orchestra.run.smithi170.stdout:ec1293a63ca0b4c28c5e8fca5e2ef2f2f681fb5fb163ba50ac8cf6da3b638884 2024-09-21T18:47:31.399 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=0 2024-09-21T18:47:31.399 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:32.870 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-21T18:47:33.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:34.213 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=1 2024-09-21T18:47:34.214 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:35.620 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-21T18:47:36.445 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:37.446 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=2 2024-09-21T18:47:37.446 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:38.448 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-21T18:47:38.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:40.979 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=3 2024-09-21T18:47:40.980 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:42.372 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-21T18:47:43.179 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:47.180 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=4 2024-09-21T18:47:47.180 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:48.309 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-09-21T18:47:48.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:47:56.966 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=5 2024-09-21T18:47:56.967 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:47:59.011 INFO:teuthology.orchestra.run.smithi170.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_CONNECTION_REFUSED) 2024-09-21T18:47:59.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T18:48:15.951 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.170, idx=6 2024-09-21T18:48:15.951 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-09-21T18:48:17.446 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Sat Sep 21 18:47:41 2024 2024-09-21T18:48:17.446 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Sat Sep 21 18:47:41 2024 2024-09-21T18:48:17.446 INFO:teuthology.orchestra.run.smithi170.stdout: domain1.sink.test D 0 Sat Sep 21 18:47:40 2024 2024-09-21T18:48:17.446 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T18:48:17.446 INFO:teuthology.orchestra.run.smithi170.stdout: 960311348 blocks of size 1024. 902220860 blocks available 2024-09-21T18:48:17.999 INFO:tasks.cephadm:SMB status probe succeeded 2024-09-21T18:48:18.000 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T18:48:18.011 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': '0ecbb435437226bc091a0c2d4549ba25bf724efe'} 2024-09-21T18:48:18.011 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:48:18.012 INFO:tasks.cephadm:Cluster fsid is 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:48:18.012 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T18:48:18.012 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.67', 'mon.b': '172.21.15.105', 'mon.c': '172.21.15.137'} 2024-09-21T18:48:18.013 INFO:tasks.cephadm:First mon is mon.a on smithi067 2024-09-21T18:48:18.013 INFO:tasks.cephadm:First mgr is x 2024-09-21T18:48:18.013 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T18:48:18.013 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-09-21T18:48:18.030 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2024-09-21T18:48:18.046 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-09-21T18:48:18.063 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-09-21T18:48:18.078 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T18:48:18.079 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:48:18.223 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0ecbb435437226bc091a0c2d4549ba25bf724efe', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83206/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5129-g0ecbb435', 'node_name': '172.21.2.3+braggi03', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5129-g0ecbb435-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-21 16:02:43.709811', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-21-1014', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-21T18:48:18.368 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-09-21-1014, sha1 0ecbb435437226bc091a0c2d4549ba25bf724efe from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:48:18.370 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T18:48:18.370 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-21T18:48:18.370 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:18.847 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:48 /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:18.847 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:19.284 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:48 /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:19.284 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:19.753 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:48 /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:19.753 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.231 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811893 Sep 21 18:48 /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.231 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.239 DEBUG:teuthology.orchestra.run.smithi105:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.246 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.254 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T18:48:20.272 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe on all hosts... 2024-09-21T18:48:20.273 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:48:20.283 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:48:20.289 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:48:20.299 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T18:48:20.470 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:48:20.470 INFO:teuthology.orchestra.run.smithi105.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:48:20.480 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:48:20.488 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:49:23.519 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-09-21T18:49:23.519 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:49:23.519 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:49:23.519 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-09-21T18:49:23.520 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:49:23.520 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-09-21T18:49:23.520 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-09-21T18:49:24.441 INFO:teuthology.orchestra.run.smithi105.stdout:{ 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout: "repo_digests": [ 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout: ] 2024-09-21T18:49:24.442 INFO:teuthology.orchestra.run.smithi105.stdout:} 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: "repo_digests": [ 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2024-09-21T18:49:25.859 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-21T18:49:26.561 INFO:teuthology.orchestra.run.smithi170.stdout:{ 2024-09-21T18:49:26.561 INFO:teuthology.orchestra.run.smithi170.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T18:49:26.561 INFO:teuthology.orchestra.run.smithi170.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T18:49:26.562 INFO:teuthology.orchestra.run.smithi170.stdout: "repo_digests": [ 2024-09-21T18:49:26.562 INFO:teuthology.orchestra.run.smithi170.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T18:49:26.562 INFO:teuthology.orchestra.run.smithi170.stdout: ] 2024-09-21T18:49:26.562 INFO:teuthology.orchestra.run.smithi170.stdout:} 2024-09-21T18:49:26.603 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2024-09-21T18:49:26.617 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2024-09-21T18:49:26.632 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-09-21T18:49:26.647 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /etc/ceph 2024-09-21T18:49:26.661 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2024-09-21T18:49:26.674 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2024-09-21T18:49:26.686 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-09-21T18:49:26.700 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 777 /etc/ceph 2024-09-21T18:49:26.716 INFO:tasks.cephadm:Writing seed config... 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T18:49:26.717 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T18:49:26.718 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:49:26.718 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T18:49:26.723 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 = 1103656e-784a-11ef-baf6-efdc52797490 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-21T18:49:26.723 DEBUG:teuthology.orchestra.run.smithi067:mon.a> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service 2024-09-21T18:49:26.766 DEBUG:teuthology.orchestra.run.smithi067:mgr.x> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x.service 2024-09-21T18:49:26.809 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T18:49:26.810 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe -v bootstrap --fsid 1103656e-784a-11ef-baf6-efdc52797490 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.67 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:49:27.039 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-09-21T18:49:27.039 INFO:teuthology.orchestra.run.smithi067.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe', '-v', 'bootstrap', '--fsid', '1103656e-784a-11ef-baf6-efdc52797490', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.67', '--skip-admin-label'] 2024-09-21T18:49:27.040 INFO:teuthology.orchestra.run.smithi067.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T18:49:27.040 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying podman|docker is present... 2024-09-21T18:49:27.040 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying lvm2 is present... 2024-09-21T18:49:27.040 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying time synchronization is in place... 2024-09-21T18:49:27.045 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T18:49:27.045 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T18:49:27.049 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T18:49:27.049 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.053 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T18:49:27.053 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T18:49:27.056 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T18:49:27.057 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.060 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T18:49:27.060 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout masked 2024-09-21T18:49:27.064 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T18:49:27.064 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.068 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T18:49:27.068 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T18:49:27.073 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T18:49:27.073 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.078 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-09-21T18:49:27.081 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-09-21T18:49:27.081 INFO:teuthology.orchestra.run.smithi067.stdout:Unit ntp.service is enabled and running 2024-09-21T18:49:27.081 INFO:teuthology.orchestra.run.smithi067.stdout:Repeating the final host check... 2024-09-21T18:49:27.082 INFO:teuthology.orchestra.run.smithi067.stdout:docker (/usr/bin/docker) is present 2024-09-21T18:49:27.082 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl is present 2024-09-21T18:49:27.082 INFO:teuthology.orchestra.run.smithi067.stdout:lvcreate is present 2024-09-21T18:49:27.085 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T18:49:27.085 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T18:49:27.088 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T18:49:27.089 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.092 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-21T18:49:27.092 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-21T18:49:27.096 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-21T18:49:27.096 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.100 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-21T18:49:27.100 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout masked 2024-09-21T18:49:27.103 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-21T18:49:27.103 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.108 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-21T18:49:27.108 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-21T18:49:27.111 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-21T18:49:27.111 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout inactive 2024-09-21T18:49:27.115 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout enabled 2024-09-21T18:49:27.119 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stdout active 2024-09-21T18:49:27.119 INFO:teuthology.orchestra.run.smithi067.stdout:Unit ntp.service is enabled and running 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Host looks OK 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Cluster fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Acquiring lock 140363843255216 on /run/cephadm/1103656e-784a-11ef-baf6-efdc52797490.lock 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Lock 140363843255216 acquired on /run/cephadm/1103656e-784a-11ef-baf6-efdc52797490.lock 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 3300 ... 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying IP 172.21.15.67 port 6789 ... 2024-09-21T18:49:27.120 INFO:teuthology.orchestra.run.smithi067.stdout:Base mon IP(s) is [172.21.15.67:3300, 172.21.15.67:6789], mon addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-09-21T18:49:27.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.67 metric 100 2024-09-21T18:49:27.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T18:49:27.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-21T18:49:27.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1789sec pref medium 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link 2024-09-21T18:49:27.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.0/20` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.1/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.1/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.2/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.0.2/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Mon IP `172.21.15.67` is in CIDR network `172.21.15.254/32` 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-09-21T18:49:27.129 INFO:teuthology.orchestra.run.smithi067.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T18:49:27.130 INFO:teuthology.orchestra.run.smithi067.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T18:49:27.413 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout 0ecbb435437226bc091a0c2d4549ba25bf724efe: Pulling from ceph-ci/ceph 2024-09-21T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout Digest: sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T18:49:29.157 INFO:teuthology.orchestra.run.smithi067.stdout:ceph: stdout ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T18:49:29.157 INFO:teuthology.orchestra.run.smithi067.stdout:Ceph version: ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T18:49:29.158 INFO:teuthology.orchestra.run.smithi067.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T18:49:30.779 INFO:teuthology.orchestra.run.smithi067.stdout:stat: stdout 167 167 2024-09-21T18:49:30.780 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial keys... 2024-09-21T18:49:32.269 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA7Fe9mDEPgKRAAWjs1fr0GYwMCmaxz+F3Xnw== 2024-09-21T18:49:33.624 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA9Fe9m9/vjBBAAihKuotcL1lho036rQuzwNQ== 2024-09-21T18:49:35.089 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-authtool: stdout AQA+Fe9mmFMqHhAAoiFJQhYWsX3W06sXiPU96g== 2024-09-21T18:49:35.091 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial monmap... 2024-09-21T18:49:36.640 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T18:49:36.640 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T18:49:36.640 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:36.641 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T18:49:36.641 INFO:teuthology.orchestra.run.smithi067.stdout:monmaptool for a [v2:172.21.15.67:3300,v1:172.21.15.67:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T18:49:36.641 INFO:teuthology.orchestra.run.smithi067.stdout:setting min_mon_release = quincy 2024-09-21T18:49:36.641 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: set fsid to 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:36.641 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T18:49:36.642 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:49:36.642 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mon... 2024-09-21T18:49:38.121 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.536+0000 7f1c14848c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.536+0000 7f1c14848c80 1 imported monmap: 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.536+0000 7f1c14848c80 0 /usr/bin/ceph-mon: set fsid to 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T18:49:38.122 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Git sha 0 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: DB SUMMARY 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: DB Session ID: PI51FG00B27JD2AIX5F5 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.create_if_missing: 1 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T18:49:38.123 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.env: 0x5586c4827120 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.info_log: 0x5586c6cbabc0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.statistics: (nil) 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.use_fsync: 0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T18:49:38.124 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.db_log_dir: 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.wal_dir: 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T18:49:38.125 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.write_buffer_manager: 0x5586c6cb3cc0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:49:38.126 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.row_cache: None 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:49:38.127 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:49:38.130 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:49:38.131 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:49:38.132 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.540+0000 7f1c14848c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.merge_operator: 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586c6cba820) 2024-09-21T18:49:38.133 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5586c6ca3610 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-21T18:49:38.134 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-21T18:49:38.135 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:49:38.136 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:49:38.137 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:49:38.138 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:49:38.139 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:49:38.140 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:49:38.141 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 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-21T18:49:38.142 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 85d9c40d-b674-4711-90e3-6cb35da1abda 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586c6cd2e00 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.544+0000 7f1c14848c80 4 rocksdb: DB pointer 0x5586c6db4000 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.548+0000 7f1c0bfd3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.548+0000 7f1c0bfd3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.143 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.144 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.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-21T18:49:38.145 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5586c6ca3610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.548+0000 7f1c14848c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.548+0000 7f1c14848c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-21T18:49:37.548+0000 7f1c14848c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-21T18:49:38.146 INFO:teuthology.orchestra.run.smithi067.stdout:create mon.a on 2024-09-21T18:49:38.586 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-21T18:49:38.834 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1103656e-784a-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490.target. 2024-09-21T18:49:38.834 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1103656e-784a-11ef-baf6-efdc52797490.target -> /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490.target. 2024-09-21T18:49:39.102 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a 2024-09-21T18:49:39.103 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service: Unit ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service not loaded. 2024-09-21T18:49:39.285 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490.target.wants/ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service -> /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service. 2024-09-21T18:49:39.294 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-09-21T18:49:39.294 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T18:49:39.294 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon to start... 2024-09-21T18:49:39.294 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mon... 2024-09-21T18:49:40.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:40 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.853030+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T18:49:41.634 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T18:49:41.634 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout id: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:41.634 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout services: 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.223881s) 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout data: 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T18:49:41.635 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T18:49:41.636 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T18:49:41.636 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:41.636 INFO:teuthology.orchestra.run.smithi067.stdout:mon is available 2024-09-21T18:49:41.636 INFO:teuthology.orchestra.run.smithi067.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856753+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856753+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856948+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856948+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856960+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856960+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856972+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856972+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856984+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:41.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856984+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856996+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.856996+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.857006+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.857006+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.857016+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.857016+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.860356+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.860356+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.862871+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.862871+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.863375+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: cluster 2024-09-21T18:49:40.863375+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:49:41.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: audit 2024-09-21T18:49:41.080601+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.67:0/4181703369' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T18:49:41.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:41 smithi067 bash[19411]: audit 2024-09-21T18:49:41.080601+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.67:0/4181703369' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T18:49:43.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:42 smithi067 bash[19411]: audit 2024-09-21T18:49:42.784288+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.67:0/1662593853' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:49:43.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:42 smithi067 bash[19411]: audit 2024-09-21T18:49:42.784288+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.67:0/1662593853' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:49:43.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:42 smithi067 bash[19411]: audit 2024-09-21T18:49:42.787997+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.67:0/1662593853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T18:49:43.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:42 smithi067 bash[19411]: audit 2024-09-21T18:49:42.787997+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.67:0/1662593853' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T18:49:43.326 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T18:49:43.327 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T18:49:43.328 INFO:teuthology.orchestra.run.smithi067.stdout:Generating new minimal ceph.conf... 2024-09-21T18:49:44.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:44 smithi067 bash[19411]: audit 2024-09-21T18:49:44.454703+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.67:0/3379734573' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:49:44.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:44 smithi067 bash[19411]: audit 2024-09-21T18:49:44.454703+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.67:0/3379734573' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:49:44.972 INFO:teuthology.orchestra.run.smithi067.stdout:Restarting the monitor... 2024-09-21T18:49:45.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:44 smithi067 systemd[1]: Stopping Ceph mon.a for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T18:49:45.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 bash[19411]: debug 2024-09-21T18:49:45.092+0000 7fbb02743640 -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-21T18:49:45.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 bash[19411]: debug 2024-09-21T18:49:45.092+0000 7fbb02743640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T18:49:45.675 INFO:teuthology.orchestra.run.smithi067.stdout:Setting public_network to 172.21.15.254/32,172.21.0.2/32,172.21.0.0/20,172.21.0.1/32 in mon config section 2024-09-21T18:49:45.789 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 bash[19797]: ceph-1103656e-784a-11ef-baf6-efdc52797490-mon-a 2024-09-21T18:49:45.789 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 bash[19858]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-mon-a 2024-09-21T18:49:45.789 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 systemd[1]: ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service: Deactivated successfully. 2024-09-21T18:49:45.789 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 systemd[1]: Stopped Ceph mon.a for 1103656e-784a-11ef-baf6-efdc52797490. 2024-09-21T18:49:45.789 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:45 smithi067 systemd[1]: Started Ceph mon.a for 1103656e-784a-11ef-baf6-efdc52797490. 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.208+0000 7f483882dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.208+0000 7f483882dc80 0 ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev), process ceph-mon, pid 7 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.208+0000 7f483882dc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 0 load: jerasure load: lrc 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Git sha 0 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: DB SUMMARY 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: DB Session ID: AOZ5G5IENQPLSQHRRO5T 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T18:49:47.400 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88268 ; 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.env: 0x55c82eae4120 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.info_log: 0x55c830ee3700 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T18:49:47.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.db_log_dir: 2024-09-21T18:49:47.402 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.wal_dir: 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.write_buffer_manager: 0x55c830ee7b80 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:49:47.403 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:49:47.404 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:49:47.404 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:49:47.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:49:47.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:49:47.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:49:47.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.row_cache: None 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:49:47.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:49:47.407 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:49:47.408 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.212+0000 7f483882dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.merge_operator: 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:49:47.409 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c830ee3320) 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cache_index_and_filter_blocks: 1 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: pin_top_level_index_and_filter: 1 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: index_type: 0 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: data_block_index_type: 0 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: index_shortening: 1 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: checksum: 4 2024-09-21T18:49:47.410 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: no_block_cache: 0 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_cache: 0x55c830ed9610 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_cache_name: BinnedLRUCache 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_cache_options: 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: capacity : 536870912 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: num_shard_bits : 4 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: strict_capacity_limit : 0 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: high_pri_pool_ratio: 0.000 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_cache_compressed: (nil) 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: persistent_cache: (nil) 2024-09-21T18:49:47.411 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_size: 4096 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_size_deviation: 10 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_restart_interval: 16 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: index_block_restart_interval: 1 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: metadata_block_size: 4096 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: partition_filters: 0 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: use_delta_encoding: 1 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: filter_policy: bloomfilter 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: whole_key_filtering: 1 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: verify_compression: 0 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: read_amp_bytes_per_bit: 0 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: format_version: 5 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: enable_index_compression: 1 2024-09-21T18:49:47.412 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: block_align: 0 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: max_auto_readahead_size: 262144 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: prepopulate_block_cache: 0 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: initial_auto_readahead_size: 8192 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: num_file_reads_for_auto_readahead: 2 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:49:47.413 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:49:47.414 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:49:47.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:49:47.416 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:49:47.417 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:49:47.418 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 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-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 85d9c40d-b674-4711-90e3-6cb35da1abda 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944587221449, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944587222455, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85044, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83184, "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": 77433, "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": 1726944587, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "85d9c40d-b674-4711-90e3-6cb35da1abda", "db_session_id": "AOZ5G5IENQPLSQHRRO5T", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944587222573, "job": 1, "event": "recovery_finished"} 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 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-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c830f06e00 2024-09-21T18:49:47.419 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f483882dc80 4 rocksdb: DB pointer 0x55c83100a000 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f482e5f5640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.216+0000 7f482e5f5640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: ** DB Stats ** 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: ** Compaction Stats [default] ** 2024-09-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.420 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: L0 2/0 84.91 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Sum 2/0 84.91 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 133.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: ** Compaction Stats [default] ** 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:49:47.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Cumulative compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Interval compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: Block cache BinnedLRUCache@0x55c830ed9610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 1 mon.a@-1(???) e1 preinit fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).mds e1 new map 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).mds e1 print_map 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: e1 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: btime 2024-09-21T18:49:40:857400+0000 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T18:49:47.422 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 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-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: legacy client fscid: -1 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: No filesystems configured 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: debug 2024-09-21T18:49:47.220+0000 7f483882dc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229780+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229780+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229846+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229846+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-21T18:49:47.423 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229856+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229856+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229868+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229868+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229878+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229878+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229888+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229888+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229898+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229898+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229907+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.229907+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230299+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230299+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-21T18:49:47.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230327+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:49:47.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230327+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-21T18:49:47.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230670+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:49:47.425 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:47 smithi067 bash[19894]: cluster 2024-09-21T18:49:47.230670+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-21T18:49:47.953 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T18:49:47.978 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:49:47.979 INFO:teuthology.orchestra.run.smithi067.stdout:Creating mgr... 2024-09-21T18:49:47.979 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T18:49:47.979 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T18:49:48.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:48 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:49:48.324 INFO:teuthology.orchestra.run.smithi067.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x 2024-09-21T18:49:48.324 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x.service: Unit ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x.service not loaded. 2024-09-21T18:49:48.533 INFO:teuthology.orchestra.run.smithi067.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490.target.wants/ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x.service -> /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service. 2024-09-21T18:49:48.542 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-09-21T18:49:48.542 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T18:49:48.542 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-09-21T18:49:48.542 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-21T18:49:48.542 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr to start... 2024-09-21T18:49:48.543 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr... 2024-09-21T18:49:48.693 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:49:48 smithi067 systemd[1]: Started Ceph mgr.x for 1103656e-784a-11ef-baf6-efdc52797490. 2024-09-21T18:49:48.693 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:48 smithi067 bash[19894]: audit 2024-09-21T18:49:47.386195+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.67:0/4167803856' entity='client.admin' 2024-09-21T18:49:48.693 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:48 smithi067 bash[19894]: audit 2024-09-21T18:49:47.386195+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.67:0/4167803856' entity='client.admin' 2024-09-21T18:49:48.693 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:48 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:49:50.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:50 smithi067 bash[19894]: audit 2024-09-21T18:49:50.087574+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.67:0/3398869623' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:50.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:50 smithi067 bash[19894]: audit 2024-09-21T18:49:50.087574+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.67:0/3398869623' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:50.590 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:50.590 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:49:50.590 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "1103656e-784a-11ef-baf6-efdc52797490", 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T18:49:50.591 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:49:50.593 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:49:50.594 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:49:50.594 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:49:50.594 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:49:50.597 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:49:40:857400+0000", 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:49:50.598 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:49:40.858173+0000", 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:49:50.599 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (1/15)... 2024-09-21T18:49:54.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:53 smithi067 bash[19894]: audit 2024-09-21T18:49:53.776559+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.67:0/523909207' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:53 smithi067 bash[19894]: audit 2024-09-21T18:49:53.776559+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.67:0/523909207' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:54.352 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:54.352 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:49:54.352 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "1103656e-784a-11ef-baf6-efdc52797490", 2024-09-21T18:49:54.352 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-21T18:49:54.353 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.354 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:49:40:857400+0000", 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:49:54.355 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:54.356 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:49:40.858173+0000", 2024-09-21T18:49:54.357 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:54.357 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:54.357 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:49:54.357 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:49:54.357 INFO:teuthology.orchestra.run.smithi067.stdout:mgr not available, waiting (2/15)... 2024-09-21T18:49:56.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.187212+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-21T18:49:56.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.187212+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon x 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.194124+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00743868s) 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.194124+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00743868s) 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.196386+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.196386+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.196715+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.196715+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.197117+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.197117+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.197694+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.197694+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.198305+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.198305+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:49:56.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.222398+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-21T18:49:56.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: cluster 2024-09-21T18:49:56.222398+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon x is now available 2024-09-21T18:49:56.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.235138+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:49:56.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.235138+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:49:56.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.236997+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:49:56.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:56 smithi067 bash[19894]: audit 2024-09-21T18:49:56.236997+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.240044+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.240044+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.250797+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.250797+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.256504+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: audit 2024-09-21T18:49:56.256504+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.67:0/510268196' entity='mgr.x' 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: cluster 2024-09-21T18:49:57.201505+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01481s) 2024-09-21T18:49:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:57 smithi067 bash[19894]: cluster 2024-09-21T18:49:57.201505+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: x(active, since 1.01481s) 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsid": "1103656e-784a-11ef-baf6-efdc52797490", 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T18:49:58.506 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T18:49:58.507 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 0 2024-09-21T18:49:58.507 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:58.507 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T18:49:58.507 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "a" 2024-09-21T18:49:58.507 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T18:49:58.508 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.509 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T18:49:58.509 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:58.509 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T18:49:58.509 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T18:49:58.509 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T18:49:58.512 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T18:49:58.512 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T18:49:58.513 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T18:49:40:857400+0000", 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ], 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:58.514 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T18:49:40.858173+0000", 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout }, 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:49:58.515 INFO:teuthology.orchestra.run.smithi067.stdout:mgr is available 2024-09-21T18:49:58.586 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:58 smithi067 bash[19894]: audit 2024-09-21T18:49:57.955051+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.67:0/2062667238' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:58.586 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:58 smithi067 bash[19894]: audit 2024-09-21T18:49:57.955051+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.67:0/2062667238' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T18:49:59.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:59 smithi067 bash[19894]: cluster 2024-09-21T18:49:58.255306+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-21T18:49:59.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:49:59 smithi067 bash[19894]: cluster 2024-09-21T18:49:58.255306+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: x(active, since 2s) 2024-09-21T18:50:00.470 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout fsid = 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T18:50:00.471 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T18:50:00.472 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T18:50:00.472 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling cephadm module... 2024-09-21T18:50:00.558 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:00 smithi067 bash[19894]: audit 2024-09-21T18:49:59.909924+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.67:0/628098496' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:50:00.558 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:00 smithi067 bash[19894]: audit 2024-09-21T18:49:59.909924+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.67:0/628098496' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T18:50:02.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:02 smithi067 bash[19894]: audit 2024-09-21T18:50:01.965610+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.67:0/1911037087' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T18:50:02.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:02 smithi067 bash[19894]: audit 2024-09-21T18:50:01.965610+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.67:0/1911037087' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T18:50:02.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:02 smithi067 bash[20150]: ignoring --setuser ceph since I am not root 2024-09-21T18:50:02.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:02 smithi067 bash[20150]: ignoring --setgroup ceph since I am not root 2024-09-21T18:50:03.448 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:03 smithi067 bash[19894]: audit 2024-09-21T18:50:02.017523+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.67:0/1911037087' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T18:50:03.448 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:03 smithi067 bash[19894]: audit 2024-09-21T18:50:02.017523+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.67:0/1911037087' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T18:50:03.448 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:03 smithi067 bash[19894]: cluster 2024-09-21T18:50:02.022772+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 5s) 2024-09-21T18:50:03.448 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:03 smithi067 bash[19894]: cluster 2024-09-21T18:50:02.022772+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e5: x(active, since 5s) 2024-09-21T18:50:04.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:04 smithi067 bash[19894]: audit 2024-09-21T18:50:04.089371+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.67:0/741835762' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:50:04.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:04 smithi067 bash[19894]: audit 2024-09-21T18:50:04.089371+0000 mon.a (mon.0) 35 : audit [DBG] from='client.? 172.21.15.67:0/741835762' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:50:04.625 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for the mgr to restart... 2024-09-21T18:50:04.626 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr epoch 5... 2024-09-21T18:50:08.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.290862+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-21T18:50:08.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.290862+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon x restarted 2024-09-21T18:50:08.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.291460+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-21T18:50:08.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.291460+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon x 2024-09-21T18:50:08.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.298901+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.298901+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.299030+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00778012s) 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.299030+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00778012s) 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.299925+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.299925+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.301061+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.301061+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302027+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302027+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302179+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302179+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302334+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:50:08.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: audit 2024-09-21T18:50:08.302334+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:50:08.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.330612+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-21T18:50:08.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:08 smithi067 bash[19894]: cluster 2024-09-21T18:50:08.330612+0000 mon.a (mon.0) 45 : cluster [INF] Manager daemon x is now available 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:mgr epoch 5 is available 2024-09-21T18:50:09.862 INFO:teuthology.orchestra.run.smithi067.stdout:Verifying orchestrator module is enabled... 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.138325+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.138325+0000 mon.a (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.143341+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.143341+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: cephadm 2024-09-21T18:50:09.144227+0000 mgr.x (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T18:50:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: cephadm 2024-09-21T18:50:09.144227+0000 mgr.x (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.148769+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.148769+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.154968+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.154968+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.158803+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.158803+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.162277+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.162277+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.173713+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.173713+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.176186+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.176186+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: cluster 2024-09-21T18:50:09.299879+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: x(active, since 1.00861s) 2024-09-21T18:50:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: cluster 2024-09-21T18:50:09.299879+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e7: x(active, since 1.00861s) 2024-09-21T18:50:10.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.301638+0000 mgr.x (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:50:10.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.301638+0000 mgr.x (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:50:10.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.320055+0000 mgr.x (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:50:10.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:10 smithi067 bash[19894]: audit 2024-09-21T18:50:09.320055+0000 mgr.x (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: debug 2024-09-21T18:50:11.368+0000 7fed22d20640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:18:50:11] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: Traceback (most recent call last): 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: self._run(expiration_interval) 2024-09-21T18:50:11.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: s = self.context.wrap_socket( 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: return self.sslsocket_class._create( 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: self.do_handshake() 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: self._sslobj.do_handshake() 2024-09-21T18:50:11.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:11 smithi067 bash[20150]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cluster 2024-09-21T18:50:11.143971+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-09-21T18:50:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cluster 2024-09-21T18:50:11.143971+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.144984+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Bus STARTING 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.144984+0000 mgr.x (mgr.14118) 4 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Bus STARTING 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: audit 2024-09-21T18:50:11.234502+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 172.21.15.67:0/3691688158' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: audit 2024-09-21T18:50:11.234502+0000 mon.a (mon.0) 56 : audit [INF] from='client.? 172.21.15.67:0/3691688158' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.247172+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.247172+0000 mgr.x (mgr.14118) 5 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.370510+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.370510+0000 mgr.x (mgr.14118) 6 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.370719+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Bus STARTED 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.370719+0000 mgr.x (mgr.14118) 7 : cephadm [INF] [21/Sep/2024:18:50:11] ENGINE Bus STARTED 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: audit 2024-09-21T18:50:11.371644+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: audit 2024-09-21T18:50:11.371644+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.373040+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:18:50:11] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:12.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:12.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self.do_handshake() 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: cephadm 2024-09-21T18:50:11.373040+0000 mgr.x (mgr.14118) 8 : cephadm [ERR] [21/Sep/2024:18:50:11] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:12.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T18:50:12.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:12.499 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self.do_handshake() 2024-09-21T18:50:12.499 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:12.499 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T18:50:12.499 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:12 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:12.697 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T18:50:12.697 INFO:teuthology.orchestra.run.smithi067.stdout:Setting orchestrator backend to cephadm... 2024-09-21T18:50:13.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:13 smithi067 bash[19894]: audit 2024-09-21T18:50:12.146093+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.67:0/3691688158' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T18:50:13.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:13 smithi067 bash[19894]: audit 2024-09-21T18:50:12.146093+0000 mon.a (mon.0) 58 : audit [INF] from='client.? 172.21.15.67:0/3691688158' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T18:50:13.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:13 smithi067 bash[19894]: cluster 2024-09-21T18:50:12.152637+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 3s) 2024-09-21T18:50:13.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:13 smithi067 bash[19894]: cluster 2024-09-21T18:50:12.152637+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e9: x(active, since 3s) 2024-09-21T18:50:15.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.011696+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-21T18:50:15.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.011696+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-21T18:50:15.405 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.017540+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:15.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.017540+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:15.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.033791+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:15.406 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:15 smithi067 bash[19894]: audit 2024-09-21T18:50:14.033791+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:16.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:16 smithi067 bash[19894]: audit 2024-09-21T18:50:15.959665+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-21T18:50:16.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:16 smithi067 bash[19894]: audit 2024-09-21T18:50:15.959665+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-21T18:50:16.502 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T18:50:16.502 INFO:teuthology.orchestra.run.smithi067.stdout:Generating ssh key... 2024-09-21T18:50:18.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[19894]: audit 2024-09-21T18:50:17.886531+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-21T18:50:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[19894]: audit 2024-09-21T18:50:17.886531+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-21T18:50:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[19894]: cephadm 2024-09-21T18:50:17.886911+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[19894]: cephadm 2024-09-21T18:50:17.886911+0000 mgr.x (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: Generating public/private rsa key pair. 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: Your identification has been saved in /tmp/tmp66awsg3l/key 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: Your public key has been saved in /tmp/tmp66awsg3l/key.pub 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: The key fingerprint is: 2024-09-21T18:50:18.494 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: SHA256:73B7GOOvaUEj0Wz5uejefDKLQJAEgnpxOddVYlp6Jo8 ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: The key's randomart image is: 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: +---[RSA 3072]----+ 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | .. .o.. +=o. | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: |. ..+...o==. | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: |. o oo +oo. . | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: |. . ..*o o | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | . Eo.o . | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | . .= . | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | ooo= | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | ==*+ . | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: | oB+== | 2024-09-21T18:50:18.495 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:18 smithi067 bash[20150]: +----[SHA256]-----+ 2024-09-21T18:50:19.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:19 smithi067 bash[19894]: audit 2024-09-21T18:50:18.146828+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:19.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:19 smithi067 bash[19894]: audit 2024-09-21T18:50:18.146828+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:19.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:19 smithi067 bash[19894]: audit 2024-09-21T18:50:18.151640+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:19.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:19 smithi067 bash[19894]: audit 2024-09-21T18:50:18.151640+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:20.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:20 smithi067 bash[19894]: audit 2024-09-21T18:50:20.075866+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-21T18:50:20.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:20 smithi067 bash[19894]: audit 2024-09-21T18:50:20.075866+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-21T18:50:20.666 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:50:20.666 INFO:teuthology.orchestra.run.smithi067.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T18:50:20.666 INFO:teuthology.orchestra.run.smithi067.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T18:50:20.666 INFO:teuthology.orchestra.run.smithi067.stdout:Adding host smithi067... 2024-09-21T18:50:22.397 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:22 smithi067 bash[19894]: audit 2024-09-21T18:50:22.037171+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:22.397 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:22 smithi067 bash[19894]: audit 2024-09-21T18:50:22.037171+0000 mgr.x (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "addr": "172.21.15.67", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:24.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:24 smithi067 bash[19894]: cephadm 2024-09-21T18:50:23.292021+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi067 2024-09-21T18:50:24.466 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:24 smithi067 bash[19894]: cephadm 2024-09-21T18:50:23.292021+0000 mgr.x (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi067 2024-09-21T18:50:27.750 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Added host 'smithi067' with addr '172.21.15.67' 2024-09-21T18:50:27.750 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying unmanaged mon service... 2024-09-21T18:50:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: audit 2024-09-21T18:50:26.904308+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:28.319 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: audit 2024-09-21T18:50:26.904308+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:28.319 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: cephadm 2024-09-21T18:50:26.904778+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi067 2024-09-21T18:50:28.319 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: cephadm 2024-09-21T18:50:26.904778+0000 mgr.x (mgr.14118) 16 : cephadm [INF] Added host smithi067 2024-09-21T18:50:28.319 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: audit 2024-09-21T18:50:26.905194+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:28.319 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:27 smithi067 bash[19894]: audit 2024-09-21T18:50:26.905194+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:29.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:29 smithi067 bash[19894]: cluster 2024-09-21T18:50:28.303637+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-21T18:50:29.424 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:29 smithi067 bash[19894]: cluster 2024-09-21T18:50:28.303637+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-21T18:50:30.444 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T18:50:30.444 INFO:teuthology.orchestra.run.smithi067.stdout:Deploying unmanaged mgr service... 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:29.725446+0000 mgr.x (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:29.725446+0000 mgr.x (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: cephadm 2024-09-21T18:50:29.728370+0000 mgr.x (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: cephadm 2024-09-21T18:50:29.728370+0000 mgr.x (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:29.735125+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:29.735125+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:30.166915+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:30.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:30.166915+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:30.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:30.724938+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:30.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:30 smithi067 bash[19894]: audit 2024-09-21T18:50:30.724938+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:31.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:31 smithi067 bash[19894]: cluster 2024-09-21T18:50:30.304057+0000 mgr.x (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:50:31.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:31 smithi067 bash[19894]: cluster 2024-09-21T18:50:30.304057+0000 mgr.x (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:50:32.487 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: audit 2024-09-21T18:50:31.917598+0000 mgr.x (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: audit 2024-09-21T18:50:31.917598+0000 mgr.x (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: cephadm 2024-09-21T18:50:31.919893+0000 mgr.x (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: cephadm 2024-09-21T18:50:31.919893+0000 mgr.x (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: audit 2024-09-21T18:50:31.924771+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:33.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:32 smithi067 bash[19894]: audit 2024-09-21T18:50:31.924771+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:33 smithi067 bash[19894]: cluster 2024-09-21T18:50:32.304503+0000 mgr.x (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:50:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:33 smithi067 bash[19894]: cluster 2024-09-21T18:50:32.304503+0000 mgr.x (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:50:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:33 smithi067 bash[19894]: audit 2024-09-21T18:50:33.821281+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.67:0/401696588' entity='client.admin' 2024-09-21T18:50:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:33 smithi067 bash[19894]: audit 2024-09-21T18:50:33.821281+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.67:0/401696588' entity='client.admin' 2024-09-21T18:50:36.159 INFO:teuthology.orchestra.run.smithi067.stdout:Enabling the dashboard module... 2024-09-21T18:50:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:35 smithi067 bash[19894]: cluster 2024-09-21T18:50:34.304923+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-21T18:50:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:35 smithi067 bash[19894]: cluster 2024-09-21T18:50:34.304923+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-21T18:50:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:35 smithi067 bash[19894]: audit 2024-09-21T18:50:35.635912+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.67:0/2115975668' entity='client.admin' 2024-09-21T18:50:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:35 smithi067 bash[19894]: audit 2024-09-21T18:50:35.635912+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.67:0/2115975668' entity='client.admin' 2024-09-21T18:50:38.244 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[20150]: ignoring --setuser ceph since I am not root 2024-09-21T18:50:38.244 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[20150]: ignoring --setgroup ceph since I am not root 2024-09-21T18:50:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: cluster 2024-09-21T18:50:36.305311+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-21T18:50:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: cluster 2024-09-21T18:50:36.305311+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-21T18:50:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: audit 2024-09-21T18:50:37.724397+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.67:0/279611494' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T18:50:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: audit 2024-09-21T18:50:37.724397+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.67:0/279611494' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T18:50:38.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: audit 2024-09-21T18:50:37.867859+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:38.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:37 smithi067 bash[19894]: audit 2024-09-21T18:50:37.867859+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14118 172.21.15.67:0/3685331136' entity='mgr.x' 2024-09-21T18:50:39.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[19894]: audit 2024-09-21T18:50:37.934333+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.67:0/279611494' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T18:50:39.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[19894]: audit 2024-09-21T18:50:37.934333+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.67:0/279611494' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T18:50:39.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[19894]: cluster 2024-09-21T18:50:37.938206+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: x(active, since 29s) 2024-09-21T18:50:39.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:38 smithi067 bash[19894]: cluster 2024-09-21T18:50:37.938206+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: x(active, since 29s) 2024-09-21T18:50:40.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:40 smithi067 bash[19894]: audit 2024-09-21T18:50:40.188695+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.67:0/868188064' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:50:40.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:40 smithi067 bash[19894]: audit 2024-09-21T18:50:40.188695+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.67:0/868188064' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T18:50:40.689 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for the mgr to restart... 2024-09-21T18:50:40.690 INFO:teuthology.orchestra.run.smithi067.stdout:Waiting for mgr epoch 10... 2024-09-21T18:50:44.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.370813+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.370813+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.371274+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.371274+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.378979+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.378979+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.379447+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00836997s) 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.379447+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e11: x(active, starting, since 0.00836997s) 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.382262+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.382262+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.383644+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:50:44.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.383644+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385027+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385027+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385282+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385282+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385483+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: audit 2024-09-21T18:50:44.385483+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.410430+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-09-21T18:50:44.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:44 smithi067 bash[19894]: cluster 2024-09-21T18:50:44.410430+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-09-21T18:50:45.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.819926+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:45.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.819926+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:50:45.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.835833+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:50:45.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.835833+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T18:50:45.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.838542+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:50:45.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: audit 2024-09-21T18:50:44.838542+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T18:50:45.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: cluster 2024-09-21T18:50:45.384973+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: x(active, since 1.01391s) 2024-09-21T18:50:45.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:45 smithi067 bash[19894]: cluster 2024-09-21T18:50:45.384973+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: x(active, since 1.01391s) 2024-09-21T18:50:46.020 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout { 2024-09-21T18:50:46.021 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-21T18:50:46.021 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T18:50:46.021 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout } 2024-09-21T18:50:46.021 INFO:teuthology.orchestra.run.smithi067.stdout:mgr epoch 10 is available 2024-09-21T18:50:46.021 INFO:teuthology.orchestra.run.smithi067.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T18:50:46.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[19894]: audit 2024-09-21T18:50:45.381254+0000 mgr.x (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:50:46.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[19894]: audit 2024-09-21T18:50:45.381254+0000 mgr.x (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T18:50:46.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[19894]: audit 2024-09-21T18:50:45.395582+0000 mgr.x (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:50:46.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[19894]: audit 2024-09-21T18:50:45.395582+0000 mgr.x (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: debug 2024-09-21T18:50:46.399+0000 7f731c204640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:18:50:46] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: Traceback (most recent call last): 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: self._run(expiration_interval) 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:46.745 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: s = self.context.wrap_socket( 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: return self.sslsocket_class._create( 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: self.do_handshake() 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: self._sslobj.do_handshake() 2024-09-21T18:50:46.746 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:50:46 smithi067 bash[20150]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.172906+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Bus STARTING 2024-09-21T18:50:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.172906+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Bus STARTING 2024-09-21T18:50:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.274617+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T18:50:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.274617+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T18:50:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.399022+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.399022+0000 mgr.x (mgr.14152) 5 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.399191+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Bus STARTED 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.399191+0000 mgr.x (mgr.14152) 6 : cephadm [INF] [21/Sep/2024:18:50:46] ENGINE Bus STARTED 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.401023+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [21/Sep/2024:18:50:46] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:47.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self.do_handshake() 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cephadm 2024-09-21T18:50:46.401023+0000 mgr.x (mgr.14152) 7 : cephadm [ERR] [21/Sep/2024:18:50:46] ENGINE Error in HTTPServer.serve 2024-09-21T18:50:47.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T18:50:47.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self.do_handshake() 2024-09-21T18:50:47.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T18:50:47.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T18:50:47.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T18:50:47.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cluster 2024-09-21T18:50:46.431348+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-21T18:50:47.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:47 smithi067 bash[19894]: cluster 2024-09-21T18:50:46.431348+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: x(active, since 2s) 2024-09-21T18:50:48.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:48 smithi067 bash[19894]: audit 2024-09-21T18:50:47.319009+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-21T18:50:48.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:48 smithi067 bash[19894]: audit 2024-09-21T18:50:47.319009+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-21T18:50:49.361 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUJNgawGBmFrhMaIRjrmKA2SOxmiYwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTE4NTA0OFoXDTM0\nMDkyMjE4NTA0OFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjY3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAz4SZ3lLH09Z+Tre4AXOnPdtYAHqPJlcSnray\nyM2FHfyVApdNDotLKO8OblBDtD3KB4j17MP8ukz+MtLvDISjR2LlyhVyHHAWmLur\nHyHctllbFgBaXh9pcOfrW/mqrdA8A+CZeIIYEcO3RDL/e2rvU910JMgrZOLnlnsw\n1SyCRgRiBXyw6EVRSaJPMkm9Q2zXhqQiqu0yvhYgHH8sRkH8nNKdukH+Ar+WSabd\n/ig96hzHSiGSg6a1HB4FkQq9Zzix35FDuee/j3QJkgSS8Wo46BjvPMp/ftTIjMOc\nrRh7xwkwKJS7HbHK7hpYkdTMVp6ozM278diDCHw3fakN+vOl2iF823QnOpV8sT9k\nJH+DwYYIYEe2lYgeRXLsQ7KPkFC9hXXO2g1vSEg4RLsCGOVnncECF3Jas2f7W4zN\nkpIE6SVV5/fThmP+JADqL+VN9njX7/9RqOmZfOuyc3Sq9Ywb5hLAAqeusfB3GSDy\nHrhhY05cfOfnUVoqoc3JUd/KMyJSK8KJxGrqifhcqMrHAPxZuSwMzFtWFbtOtboB\n1MhSRnU+kGfmawgK1+c7OODRdBrSXvuanxOxNyZLR5H7adzJpr4VpAuP4qC4LD/J\npdanPh9myHCmnFgD5kFVmVOw1kx1g6l3shfRThtMFpqKtcJ9oDB0t82bXmBdIuMA\n0SSnAOUCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDY3ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPQzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCu\n/xZCvOPdwe78brDSwsYGvJBwftS+INWVv8FJehtKwrWXJ8p3zCoQ7jxz18rrH8wA\nteMkRLygjQEi9P8qqMJIT9Mp4truu2GEt3rowA35b5Qz4zkzOu53B7SCLH1rHqTt\n0C+C6PIpwY+qmbmFibGA8nmCfwQmj+GPOg3JjWOcTPfZ7QfSmX5xT7Mt2eSwvAIt\nEcOBhPkPQ8zbH99gSsJJVFofhqZdOaJuukWf4rEsY4R+HoLZZxzNJq1CKA0OlGso\nZgoSrwe6KpsrhHLbfNKbLMvJNK+1FzaSBmFCFwOILKOrV8Gwcyst3xlHd8n6YNV+\n5OoBbZNkgq+rPNLj7obPoCa8UmPKHWXA1Eh4P+2azVvkPb6z3GgO7GDoNuYBCrEr\nWm7QTd0IXxyN/Ng4XWws37/s//hfO370yr7vvRbLc6Gzx6R4zCVfanCa2wndK4dp\nFFEA//vjNDqI+tv9GsLcyRcmrVSqJhIjGHGPL/tUL9B2wN2fD2fv8NBlNrcBM1kd\ntER8yYpb3M3awuZKYGNFUbRile02Bb4/wrguiwvltR9t/eGZcVGNKF18E4y3zqLu\nMjFu5/4eoHxnIF03MGZXlstQ4EnogZlAJoDEjS5jdDNkSB1ZyvKMGLKjZsAqRzxK\noXQYNWAfmiQg7cTBPBz/zx1mjNVFXBNL9S8gzMvQRA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAz4SZ3lLH09Z+Tre4AXOnPdtYAHqPJlcSnrayyM2FHfyVApdN\nDotLKO8OblBDtD3KB4j17MP8ukz+MtLvDISjR2LlyhVyHHAWmLurHyHctllbFgBa\nXh9pcOfrW/mqrdA8A+CZeIIYEcO3RDL/e2rvU910JMgrZOLnlnsw1SyCRgRiBXyw\n6EVRSaJPMkm9Q2zXhqQiqu0yvhYgHH8sRkH8nNKdukH+Ar+WSabd/ig96hzHSiGS\ng6a1HB4FkQq9Zzix35FDuee/j3QJkgSS8Wo46BjvPMp/ftTIjMOcrRh7xwkwKJS7\nHbHK7hpYkdTMVp6ozM278diDCHw3fakN+vOl2iF823QnOpV8sT9kJH+DwYYIYEe2\nlYgeRXLsQ7KPkFC9hXXO2g1vSEg4RLsCGOVnncECF3Jas2f7W4zNkpIE6SVV5/fT\nhmP+JADqL+VN9njX7/9RqOmZfOuyc3Sq9Ywb5hLAAqeusfB3GSDyHrhhY05cfOfn\nUVoqoc3JUd/KMyJSK8KJxGrqifhcqMrHAPxZuSwMzFtWFbtOtboB1MhSRnU+kGfm\nawgK1+c7OODRdBrSXvuanxOxNyZLR5H7adzJpr4VpAuP4qC4LD/JpdanPh9myHCm\nnFgD5kFVmVOw1kx1g6l3shfRThtMFpqKtcJ9oDB0t82bXmBdIuMA0SSnAOUCAwEA\nAQKCAgAXZ5WxEPYPqtfpCeh7ZW9d1yDIQQpnIRftBZ8JbcCPPr8RoT3kH4q1Da07\nfNr996ATFHvkHcChxHBBDDBA4a7GrN1M2vlZQr0RsczdgISznkVbKGQIzJMoVEfj\nwjdhTiSOrWSxxj5vtnqzeur8oPVoKIhiY58dTEghXTiHOnNg8Tqa8tLDB5pg6yjy\ne4WYlqyCN33feEwqSzWI8UDtlaCnkUuPx8Sdy7zoBqVv9lrxThieAEZVidZQWwR2\ntNbizu6kz+3rCDu/Mq+no9Ns3fWYG8PTv+T8SYRq997yWNoQ+zTOxuOJuFUyYI9P\nt0fqlw9jtep2Hty8dsINbqUwgg1Y5jELc5rY0fe8R0taKyic2QFCV9/bhFLbbHBj\ncCaoWUK09rslUj/Wf7z8/h7GOs3OrbThB2Hzd0pnjvu4aus1uXJ57W7usEg0H1M6\nw+A79o1E05NPWja8/BwNWza0oWTkf7V4JhPpgVenTVXmXNDOFLpGzaW7h7ZWhw1Q\nysFV3XEYaC2DnrnVrsSaVz4gKoFwuK+kdusytyAC1tC1v8/4KEtRuxxFQYM8Zmre\ndOMCOen2iIJgzQZS/Pb9/9819ucA+fB2cJbjfmLMC5b5B0fnt9a9iBcdjINxWw31\n2hIoa+P/Vn9dkUcHOZWFrCcWrXaxaLQ3lxa++6FbsRDNM1Rr+wKCAQEA8tqqPtgj\nPD9Ou1oYCr+XQVaeHMK7qlH3QanO+PZxpNVOa8jwbfFq8f+iThgOjUXc0s/srzaq\nfZEa42Aq14Shbdz1K/OaUWCwWxER614cDGut/UEBSVBnM3tvydNQdgZ5BwZQUjX3\n3LZysjmPNObFl7hGDQLB8/YwbUjhb+BNORFh9Ju3deLFVFbmZcrCvpeAW4pC1+si\nX2K7gBectknzaAWzf30GEjqhfZOdG1p4Kiix2kBrGr978uHO2tQy9YSJRGNYb1x6\n8QUEo11oEDy914TTvpn71OosdJ0/AvrYI0xHRqmlyNaF7icMcouiWgFXvtsr1XoL\n/gjKd9F9nflWDwKCAQEA2sBEaGbRf1pdgpSAOJ0qpS6adHCSvQnOukeaeaAHhXGV\noLamZrzbHhi+20R1aepSaWNxkC1OBSyx+NoFo57kWGB3XNMNH7F5RmIyY762bbJC\nFS2yvjBrFM8CKzrX1ujoPJznLy5hnLVscAexe4HbtTWFkHZY8EeEozIVlreR9xLV\nbp5qdi76N28PuJgIHtgEM1OVxZTEWVnbMyjV81JSYmxqUox3YDpM+MEwuZYd1R81\nuq6LV00hhKFa+B63pxxjqfYqZNxq/AGwyM5frF+Ogc9hBTf8Avz72PhBp45n7rfn\nf01K40xLOpvg723t0/pN+LRBygUpXSypGiQCSV8NywKCAQA8x4EoLUvUPjvkI840\nknK2hYkYxZvWKqFpK6iDIpqamFACJc4Wlf8gBcyHIvoxXTTBBgzEZTgSKQjDs0PF\noIoORuiNUXBjwYEhqYoEkA8RBLoM0gISaS8K8W+u4VYX09LicTAVAzC/amIWPNWc\ndc0qBZJymygTeJ/yGfVh3I83IySS5Y3q0RB15THQdAh9TslvH5FPHKgDm2A11LMB\n5Ewo0pRz6cRlN4tHNHRzbhb45ips5wZnMVlCFkWA+u6uB7ebCAoQBOM4AvuAL1Zm\nCe2xTKr53uvqA5mQrfIhOspxOxvzkW3Ob/IhAmDZIh1FzWQ6ffvgd6UctPKHPkTk\nDoz9AoIBAQCDF9QnKO8Fvjbp6WrKAs4qvboMa+ZUaYs9MWoO12uKeh5seOlSCn3a\nFIRUTTt8JNQMmm7VM4FdMoLZmnbkrnUzzWPa+hQUWTxPhMuj4Qfcx4Y4wPEsb0HM\n753iIFp3TY7XvEQDj20qB8Obg9DGLnVnrFKF15bHMGT5lCtB7nMIOX4007UDbHXB\nQMqQGnRLX7Nsuvu3s8bTsTje+Or27e+3UjeJjup/fZDhRo2XurHYJeMCJFYXFH8w\nx64Hogj3mdjUY1TWqw1mRvEV9i950q5JdukywnFBrTCUv3pBGuOIOSf/r2dgvjkb\nP41Wj2+GqKuPjx8aHWvDjd8tbkT8iX1vAoIBAHgsk0nZh9hhF9k1e/lVWjf/7fA0\nbh4cQHv/wX4+AAqUrFkKus98T2Nw/I3PX3t2v4SY70I1hWweqSK0e++61eqgJR6F\nT/5N9vWuDsHUXcTRIoZ7H09vRMU28blO/SyftvTDok47xT384dAyAK3TiKtUOuqu\n2HcKapZXeVKFptHAhjW3bJ1KEKyA3VbvVeAK/lDpHaBLnGUT0Wyj0HJP8vNsks+R\nFU07l8KYvP26JUqwjFlM3aSob/H6Ms5i6GhFMDvks1Q7ApCZE9PN5UrYfjshCrYy\nsp7PAJksB92nz1cAxcz4y18f86JWUfYSYHXWze+iXUu9lcGIKIK1AIxgK8c=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T18:50:51.311 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T18:50:52.142 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:51 smithi067 bash[19894]: audit 2024-09-21T18:50:50.771069+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-21T18:50:52.142 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:51 smithi067 bash[19894]: audit 2024-09-21T18:50:50.771069+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-21T18:50:52.142 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:51 smithi067 bash[19894]: audit 2024-09-21T18:50:50.774358+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:52.142 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:51 smithi067 bash[19894]: audit 2024-09-21T18:50:50.774358+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:53.226 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T18:50:53.226 INFO:teuthology.orchestra.run.smithi067.stdout:Creating initial admin user... 2024-09-21T18:50:53.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:52 smithi067 bash[19894]: audit 2024-09-21T18:50:51.957965+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:53.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:52 smithi067 bash[19894]: audit 2024-09-21T18:50:51.957965+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:53.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:52 smithi067 bash[19894]: audit 2024-09-21T18:50:52.733693+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:53.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:52 smithi067 bash[19894]: audit 2024-09-21T18:50:52.733693+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:53 smithi067 bash[19894]: audit 2024-09-21T18:50:52.730475+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-21T18:50:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:53 smithi067 bash[19894]: audit 2024-09-21T18:50:52.730475+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-21T18:50:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:53 smithi067 bash[19894]: audit 2024-09-21T18:50:53.101989+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:53 smithi067 bash[19894]: audit 2024-09-21T18:50:53.101989+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:55.575 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$UmpN3RnYC5C4Xpq86.EUE.ROT0I2LPugFs7p27emksfZqxEsmIOQS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726944654, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T18:50:55.575 INFO:teuthology.orchestra.run.smithi067.stdout:Fetching dashboard port number... 2024-09-21T18:50:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:55 smithi067 bash[19894]: audit 2024-09-21T18:50:54.718853+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-21T18:50:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:55 smithi067 bash[19894]: audit 2024-09-21T18:50:54.718853+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-21T18:50:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:55 smithi067 bash[19894]: audit 2024-09-21T18:50:54.985296+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:56.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:55 smithi067 bash[19894]: audit 2024-09-21T18:50:54.985296+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:50:57.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:56 smithi067 bash[19894]: audit 2024-09-21T18:50:56.954260+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.67:0/3727475089' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T18:50:57.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:56 smithi067 bash[19894]: audit 2024-09-21T18:50:56.954260+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.67:0/3727475089' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T18:50:57.518 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T18:50:57.519 INFO:teuthology.orchestra.run.smithi067.stdout:firewalld does not appear to be present 2024-09-21T18:50:57.519 INFO:teuthology.orchestra.run.smithi067.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T18:50:57.519 INFO:teuthology.orchestra.run.smithi067.stdout:Ceph Dashboard is now available at: 2024-09-21T18:50:57.520 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:50:57.520 INFO:teuthology.orchestra.run.smithi067.stdout: URL: https://smithi067.front.sepia.ceph.com:8443/ 2024-09-21T18:50:57.520 INFO:teuthology.orchestra.run.smithi067.stdout: User: admin 2024-09-21T18:50:57.520 INFO:teuthology.orchestra.run.smithi067.stdout: Password: tsmkwne3gq 2024-09-21T18:50:57.520 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:50:57.521 INFO:teuthology.orchestra.run.smithi067.stdout:Saving cluster configuration to /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config directory 2024-09-21T18:50:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:57 smithi067 bash[19894]: cluster 2024-09-21T18:50:56.986648+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-21T18:50:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:50:57 smithi067 bash[19894]: cluster 2024-09-21T18:50:56.986648+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e14: x(active, since 12s) 2024-09-21T18:51:00.280 INFO:teuthology.orchestra.run.smithi067.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T18:51:00.280 INFO:teuthology.orchestra.run.smithi067.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T18:51:00.280 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: ceph telemetry on 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout:For more information see: 2024-09-21T18:51:00.281 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.282 INFO:teuthology.orchestra.run.smithi067.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T18:51:00.282 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:00.282 INFO:teuthology.orchestra.run.smithi067.stdout:Bootstrap complete. 2024-09-21T18:51:00.334 INFO:tasks.cephadm:Fetching config... 2024-09-21T18:51:00.334 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:51:00.335 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T18:51:00.340 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T18:51:00.340 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:51:00.340 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T18:51:00.385 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T18:51:00.385 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:51:00.385 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/keyring of=/dev/stdout 2024-09-21T18:51:00.438 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T18:51:00.439 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:51:00.439 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T18:51:00.485 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T18:51:00.485 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:51:00.551 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:51:00.558 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:51:00.581 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:51:00.590 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:51:00.614 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:51:00.623 DEBUG:teuthology.orchestra.run.smithi170:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T18:51:00.648 INFO:teuthology.orchestra.run.smithi170.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDQ4fuXd/lewZPDEGVjeKduBtmySRNO1ET17y4tFxoRdWO/qcbTw8YguT0IQwph0gRNVUKeEBVeD0ZnP+VZzkzK6KxA4uBqiVH8K7podTvRsLPbpox3btaj8t7Qt1F0/QJRqcOJ0OFb7Thoqcbp/yNWg1qI91QR0z8XFGdXUHOC5zsEWmlGNeq8p852JtcLz1ei5yIL2VSm45xc+gICpZWisLGRpzOz4PvNvsW+yEalTnrb4YiXXErOUmR6sbmVf8OI8VihXqhCQUinGpcoYHgU3b8i4+v7oImYmxv0YEG3iA0lH3JjsCTLIQByaK4GK7ai2eWo0dSlWDhtZSGefj+LYNSTOgFswg2G1u4HdSriWlfz7h+mct8FP9SdTSmm72jnzKp/kfhWSeqgS7MS6IuWUKvNbATQb/nWngQ7bx9KrN4cijjWQYl44mOeTziaTo72UGAX9sepm8nqcwREDN+EZlDp/foS6fUiuCrFnh1RwAyL7CKEhHcobaC2U1WPFps= ceph-1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:51:00.657 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T18:51:00.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:00 smithi067 bash[19894]: audit 2024-09-21T18:50:59.590768+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.67:0/3210909145' entity='client.admin' 2024-09-21T18:51:00.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:00 smithi067 bash[19894]: audit 2024-09-21T18:50:59.590768+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.67:0/3210909145' entity='client.admin' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.321638+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.321638+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.327188+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.327188+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.329655+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.329655+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi067", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.336941+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.336941+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.351336+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:04.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.351336+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:04.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.359188+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:04.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:04 smithi067 bash[19894]: audit 2024-09-21T18:51:03.359188+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:05.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:05 smithi067 bash[19894]: cluster 2024-09-21T18:51:04.386432+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-21T18:51:05.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:05 smithi067 bash[19894]: cluster 2024-09-21T18:51:04.386432+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-21T18:51:05.762 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:07.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: cluster 2024-09-21T18:51:06.386887+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-21T18:51:07.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: cluster 2024-09-21T18:51:06.386887+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-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.153357+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.67:0/3596747217' entity='client.admin' 2024-09-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.153357+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.67:0/3596747217' entity='client.admin' 2024-09-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.169617+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.169617+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.174743+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:07 smithi067 bash[19894]: audit 2024-09-21T18:51:07.174743+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:07.772 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T18:51:07.773 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T18:51:09.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:09 smithi067 bash[19894]: cluster 2024-09-21T18:51:08.387336+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-21T18:51:09.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:09 smithi067 bash[19894]: cluster 2024-09-21T18:51:08.387336+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-21T18:51:11.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:11 smithi067 bash[19894]: cluster 2024-09-21T18:51:10.387755+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-21T18:51:11.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:11 smithi067 bash[19894]: cluster 2024-09-21T18:51:10.387755+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-21T18:51:12.505 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:13.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:13 smithi067 bash[19894]: cluster 2024-09-21T18:51:12.388177+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-21T18:51:13.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:13 smithi067 bash[19894]: cluster 2024-09-21T18:51:12.388177+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-21T18:51:14.428 INFO:tasks.cephadm:Remote smithi170 excluded from cephadm cluster by role 2024-09-21T18:51:14.429 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2024-09-21T18:51:14.429 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:51:14.429 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2024-09-21T18:51:14.435 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:51:14.435 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:14.481 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2024-09-21T18:51:14.481 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch host add smithi105 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.859268+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.859268+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.863742+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.863742+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.865071+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.865071+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.868086+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.868086+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:15.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.869324+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:13.869324+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.871007+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.871007+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.943200+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.943200+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.994187+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: cephadm 2024-09-21T18:51:13.994187+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.117942+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.117942+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.123355+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.123355+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.128971+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:15.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:14 smithi067 bash[19894]: audit 2024-09-21T18:51:14.128971+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:16.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:15 smithi067 bash[19894]: cephadm 2024-09-21T18:51:14.048441+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:16.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:15 smithi067 bash[19894]: cephadm 2024-09-21T18:51:14.048441+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:16.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:15 smithi067 bash[19894]: cluster 2024-09-21T18:51:14.388646+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:16.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:15 smithi067 bash[19894]: cluster 2024-09-21T18:51:14.388646+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:18.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:17 smithi067 bash[19894]: cluster 2024-09-21T18:51:16.389087+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-21T18:51:18.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:17 smithi067 bash[19894]: cluster 2024-09-21T18:51:16.389087+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-21T18:51:19.209 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:20.126 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:19 smithi067 bash[19894]: cluster 2024-09-21T18:51:18.389480+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-21T18:51:20.127 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:19 smithi067 bash[19894]: cluster 2024-09-21T18:51:18.389480+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-21T18:51:22.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:21 smithi067 bash[19894]: cluster 2024-09-21T18:51:20.389850+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-21T18:51:22.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:21 smithi067 bash[19894]: cluster 2024-09-21T18:51:20.389850+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-21T18:51:22.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:21 smithi067 bash[19894]: audit 2024-09-21T18:51:20.448594+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:22.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:21 smithi067 bash[19894]: audit 2024-09-21T18:51:20.448594+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:23.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:22 smithi067 bash[19894]: cephadm 2024-09-21T18:51:21.713264+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi105 2024-09-21T18:51:23.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:22 smithi067 bash[19894]: cephadm 2024-09-21T18:51:21.713264+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi105 2024-09-21T18:51:24.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:23 smithi067 bash[19894]: cluster 2024-09-21T18:51:22.390270+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:24.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:23 smithi067 bash[19894]: cluster 2024-09-21T18:51:22.390270+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:25.373 INFO:teuthology.orchestra.run.smithi067.stdout:Added host 'smithi105' with addr '172.21.15.105' 2024-09-21T18:51:25.989 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T18:51:26.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: cluster 2024-09-21T18:51:24.390680+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-21T18:51:26.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: cluster 2024-09-21T18:51:24.390680+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-21T18:51:26.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: audit 2024-09-21T18:51:25.370564+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:26.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: audit 2024-09-21T18:51:25.370564+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:26.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: audit 2024-09-21T18:51:25.372218+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:26.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:25 smithi067 bash[19894]: audit 2024-09-21T18:51:25.372218+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:27.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:26 smithi067 bash[19894]: cephadm 2024-09-21T18:51:25.371430+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi105 2024-09-21T18:51:27.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:26 smithi067 bash[19894]: cephadm 2024-09-21T18:51:25.371430+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi105 2024-09-21T18:51:27.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:26 smithi067 bash[19894]: audit 2024-09-21T18:51:25.910526+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:27.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:26 smithi067 bash[19894]: audit 2024-09-21T18:51:25.910526+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:27 smithi067 bash[19894]: cluster 2024-09-21T18:51:26.391104+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:27 smithi067 bash[19894]: cluster 2024-09-21T18:51:26.391104+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:27 smithi067 bash[19894]: audit 2024-09-21T18:51:27.416914+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:27 smithi067 bash[19894]: audit 2024-09-21T18:51:27.416914+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:29.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:29 smithi067 bash[19894]: cluster 2024-09-21T18:51:28.391520+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-21T18:51:29.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:29 smithi067 bash[19894]: cluster 2024-09-21T18:51:28.391520+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-21T18:51:29.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:29 smithi067 bash[19894]: audit 2024-09-21T18:51:28.639061+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:29.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:29 smithi067 bash[19894]: audit 2024-09-21T18:51:28.639061+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:30.720 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:31.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:31 smithi067 bash[19894]: cluster 2024-09-21T18:51:30.391932+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-21T18:51:31.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:31 smithi067 bash[19894]: cluster 2024-09-21T18:51:30.391932+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-21T18:51:32.056 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:32.056 INFO:teuthology.orchestra.run.smithi067.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2024-09-21T18:51:32.650 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2024-09-21T18:51:32.651 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:51:32.651 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2024-09-21T18:51:32.657 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:51:32.657 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:32.702 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2024-09-21T18:51:32.702 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch host add smithi137 2024-09-21T18:51:33.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:33 smithi067 bash[19894]: audit 2024-09-21T18:51:32.054792+0000 mgr.x (mgr.14152) 34 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:51:33.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:33 smithi067 bash[19894]: audit 2024-09-21T18:51:32.054792+0000 mgr.x (mgr.14152) 34 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:51:33.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:33 smithi067 bash[19894]: cluster 2024-09-21T18:51:32.392345+0000 mgr.x (mgr.14152) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:33.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:33 smithi067 bash[19894]: cluster 2024-09-21T18:51:32.392345+0000 mgr.x (mgr.14152) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:35.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cluster 2024-09-21T18:51:34.392775+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-21T18:51:35.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cluster 2024-09-21T18:51:34.392775+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-21T18:51:35.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.462852+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.462852+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.470778+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.470778+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.476837+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.476837+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.484469+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.484469+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:35.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:35.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:35 smithi067 bash[19894]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:37.436 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:37.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:37 smithi067 bash[19894]: cluster 2024-09-21T18:51:36.393198+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-21T18:51:37.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:37 smithi067 bash[19894]: cluster 2024-09-21T18:51:36.393198+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-21T18:51:39.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:39 smithi067 bash[19894]: cluster 2024-09-21T18:51:38.393628+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-21T18:51:39.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:39 smithi067 bash[19894]: cluster 2024-09-21T18:51:38.393628+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-21T18:51:39.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:39 smithi067 bash[19894]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:39.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:39 smithi067 bash[19894]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:51:41.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:41 smithi067 bash[19894]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:51:41.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:41 smithi067 bash[19894]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:51:41.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:41 smithi067 bash[19894]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:41.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:41 smithi067 bash[19894]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:43.724 INFO:teuthology.orchestra.run.smithi067.stdout:Added host 'smithi137' with addr '172.21.15.137' 2024-09-21T18:51:43.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:43 smithi067 bash[19894]: cluster 2024-09-21T18:51:42.394385+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-21T18:51:43.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:43 smithi067 bash[19894]: cluster 2024-09-21T18:51:42.394385+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-21T18:51:44.434 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:44.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:44 smithi067 bash[19894]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:45.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:45 smithi067 bash[19894]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:45.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:45 smithi067 bash[19894]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:46.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:46 smithi067 bash[19894]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:46.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:46 smithi067 bash[19894]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:47 smithi067 bash[19894]: cluster 2024-09-21T18:51:46.395177+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-21T18:51:47.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:47 smithi067 bash[19894]: cluster 2024-09-21T18:51:46.395177+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-21T18:51:47.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:47 smithi067 bash[19894]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:47.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:47 smithi067 bash[19894]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:49.164 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:49.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:49 smithi067 bash[19894]: cluster 2024-09-21T18:51:48.395602+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-21T18:51:49.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:49 smithi067 bash[19894]: cluster 2024-09-21T18:51:48.395602+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-21T18:51:50.716 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:51:50.716 INFO:teuthology.orchestra.run.smithi067.stdout:[{"addr": "172.21.15.67", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2024-09-21T18:51:51.302 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T18:51:51.302 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T18:51:51.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:51 smithi067 bash[19894]: cluster 2024-09-21T18:51:50.395939+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-21T18:51:51.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:51 smithi067 bash[19894]: cluster 2024-09-21T18:51:50.395939+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-21T18:51:51.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:51 smithi067 bash[19894]: audit 2024-09-21T18:51:50.713873+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-21T18:51:51.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:51 smithi067 bash[19894]: audit 2024-09-21T18:51:50.713873+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-21T18:51:53.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cluster 2024-09-21T18:51:52.396331+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-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cluster 2024-09-21T18:51:52.396331+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-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:53.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:53.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:53 smithi067 bash[19894]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:51:55.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:55 smithi067 bash[19894]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:55.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:55 smithi067 bash[19894]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:56.032 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:51:57.478 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2024-09-21T18:51:57.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:57 smithi067 bash[19894]: cluster 2024-09-21T18:51:56.397301+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-21T18:51:57.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:57 smithi067 bash[19894]: cluster 2024-09-21T18:51:56.397301+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-21T18:51:57.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:57 smithi067 bash[19894]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:51:57.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:57 smithi067 bash[19894]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:51:57.999 INFO:tasks.cephadm:Adding mon.a on smithi067 2024-09-21T18:51:57.999 INFO:tasks.cephadm:Adding mon.b on smithi105 2024-09-21T18:51:57.999 INFO:tasks.cephadm:Adding mon.c on smithi137 2024-09-21T18:51:57.999 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch apply mon '3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c' 2024-09-21T18:51:58.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:58 smithi067 bash[19894]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:51:58.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:58 smithi067 bash[19894]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:51:58.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:58 smithi067 bash[19894]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:51:58.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:58 smithi067 bash[19894]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:51:59.226 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:51:59.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:59 smithi067 bash[19894]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:51:59.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:51:59 smithi067 bash[19894]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:00.815 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled mon update... 2024-09-21T18:52:01.407 DEBUG:teuthology.orchestra.run.smithi105:mon.b> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.b.service 2024-09-21T18:52:01.475 DEBUG:teuthology.orchestra.run.smithi137:mon.c> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.c.service 2024-09-21T18:52:01.478 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T18:52:01.478 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:52:02.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:02.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:02.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:02.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:02.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:02.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:02.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:02.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:02.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:01 smithi067 bash[19894]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:02.760 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:02 smithi067 bash[19894]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:03.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:02 smithi067 bash[19894]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:04.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:03 smithi067 bash[19894]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:04.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:03 smithi067 bash[19894]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:04.541 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-21T18:52:04.541 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":1,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:49:35.949425Z","created":"2024-09-21T18:49:35.949425Z","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.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T18:52:04.541 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 1 2024-09-21T18:52:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:04 smithi067 bash[19894]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:05.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:04 smithi067 bash[19894]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:06.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:05 smithi067 bash[19894]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:06.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:05 smithi067 bash[19894]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:06.248 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T18:52:06.248 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:52:07.461 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:08.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:08.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:08.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:07 smithi067 bash[19894]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:08 smithi067 bash[19894]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:08 smithi067 bash[19894]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:09.297 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:09.297 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:09.297 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.298 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.298 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.298 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:09.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:36.393198+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-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:36.393198+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-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:38.393628+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-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:38.393628+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-21T18:52:09.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:09.364 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:09.364 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:52:09.364 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:52:09.364 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:42.394385+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-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:42.394385+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-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:09.365 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:46.395177+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-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:46.395177+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-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:48.395602+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-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:48.395602+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-21T18:52:09.366 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:50.395939+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:50.395939+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:50.713873+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:50.713873+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:52.396331+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:52.396331+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-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.367 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:09.368 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.369 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:56.397301+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-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:56.397301+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-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:09.370 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.371 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:09.372 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.372 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.372 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:09.372 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:09.372 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:09.373 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:09.374 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:09.375 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:09 smithi137 bash[22057]: debug 2024-09-21T18:52:09.295+0000 7fcedce76640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T18:52:12.140 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:12 smithi105 systemd[1]: Started Ceph mon.b for 1103656e-784a-11ef-baf6-efdc52797490. 2024-09-21T18:52:13.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.384+0000 7f903890cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.384+0000 7f903890cc80 0 ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev), process ceph-mon, pid 7 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.384+0000 7f903890cc80 0 pidfile_write: ignore empty --pid-file 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.388+0000 7f903890cc80 0 load: jerasure load: lrc 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Git sha 0 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: DB SUMMARY 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: DB Session ID: Z59QT54385UFNF5TZHTE 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: CURRENT file: CURRENT 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-21T18:52:13.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.error_if_exists: 0 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.create_if_missing: 0 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.env: 0x55fd765f0120 2024-09-21T18:52:13.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-21T18:52:13.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.info_log: 0x55fd78e19700 2024-09-21T18:52:13.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-21T18:52:13.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.statistics: (nil) 2024-09-21T18:52:13.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.use_fsync: 0 2024-09-21T18:52:13.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.db_log_dir: 2024-09-21T18:52:13.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.wal_dir: 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.write_buffer_manager: 0x55fd78e1db80 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-21T18:52:13.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.unordered_write: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.row_cache: None 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.wal_filter: None 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.two_write_queues: 0 2024-09-21T18:52:13.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.wal_compression: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.atomic_flush: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-21T18:52:13.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_open_files: -1 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-21T18:52:13.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Compression algorithms supported: 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kZSTD supported: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kXpressCompression supported: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kZlibCompression supported: 1 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-21T18:52:13.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T18:52:13.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T18:52:13.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-21T18:52:13.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T18:52:13.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.merge_operator: 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_filter: None 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fd78e19320) 2024-09-21T18:52:13.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cache_index_and_filter_blocks: 1 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: pin_top_level_index_and_filter: 1 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: index_type: 0 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: data_block_index_type: 0 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: index_shortening: 1 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: data_block_hash_table_util_ratio: 0.750000 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: checksum: 4 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: no_block_cache: 0 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_cache: 0x55fd78e0f610 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_cache_name: BinnedLRUCache 2024-09-21T18:52:13.800 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_cache_options: 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: capacity : 536870912 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: num_shard_bits : 4 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: strict_capacity_limit : 0 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: high_pri_pool_ratio: 0.000 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_cache_compressed: (nil) 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: persistent_cache: (nil) 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_size: 4096 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_size_deviation: 10 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_restart_interval: 16 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: index_block_restart_interval: 1 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: metadata_block_size: 4096 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: partition_filters: 0 2024-09-21T18:52:13.801 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: use_delta_encoding: 1 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: filter_policy: bloomfilter 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: whole_key_filtering: 1 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: verify_compression: 0 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: read_amp_bytes_per_bit: 0 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: format_version: 5 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: enable_index_compression: 1 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: block_align: 0 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: max_auto_readahead_size: 262144 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: prepopulate_block_cache: 0 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: initial_auto_readahead_size: 8192 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: num_file_reads_for_auto_readahead: 2 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-21T18:52:13.802 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression: NoCompression 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.num_levels: 7 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:52:13.803 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-21T18:52:13.804 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T18:52:13.805 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T18:52:13.806 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T18:52:13.807 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.bloom_locality: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.ttl: 2592000 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enable_blob_files: false 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.min_blob_size: 0 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T18:52:13.808 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1d589cc4-a2cf-44da-8a3e-08f71d99cd58 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944733398180, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944733398619, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726944733, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1d589cc4-a2cf-44da-8a3e-08f71d99cd58", "db_session_id": "Z59QT54385UFNF5TZHTE", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T18:52:13.809 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726944733398743, "job": 1, "event": "recovery_finished"} 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fd78e3ce00 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 4 rocksdb: DB pointer 0x55fd78f40000 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f902e6d4640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f902e6d4640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: ** DB Stats ** 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:52:13.810 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: ** Compaction Stats [default] ** 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: ** Compaction Stats [default] ** 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T18:52:13.811 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: AddFile(Keys): cumulative 0, interval 0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Cumulative compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Interval compaction: 0.00 GB write, 0.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Block cache BinnedLRUCache@0x55fd78e0f610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: ** File Read Latency Histogram By Level [default] ** 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.392+0000 7f903890cc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-21T18:52:13.812 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.396+0000 7f903890cc80 0 using public_addr v2:172.21.15.105:0/0 -> [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.396+0000 7f903890cc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] at bind addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.396+0000 7f903890cc80 1 mon.b@-1(???) e0 preinit fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: e1 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: btime 2024-09-21T18:49:40:857400+0000 2024-09-21T18:52:13.813 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 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-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: legacy client fscid: -1 2024-09-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: 2024-09-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: No filesystems configured 2024-09-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T18:52:13.814 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T18:52:13.815 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.416+0000 7f90316da640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:04.386432+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-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:04.386432+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-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:06.386887+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-21T18:52:13.816 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:06.386887+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-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.153357+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.67:0/3596747217' entity='client.admin' 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.153357+0000 mon.a (mon.0) 106 : audit [INF] from='client.? 172.21.15.67:0/3596747217' entity='client.admin' 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.169617+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.169617+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.174743+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:07.174743+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:08.387336+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-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:08.387336+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-21T18:52:13.817 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:10.387755+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-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:10.387755+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-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:12.388177+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-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:12.388177+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-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.859268+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.859268+0000 mgr.x (mgr.14152) 17 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.818 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.863742+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.863742+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.865071+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.865071+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.868086+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.868086+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.869324+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:13.869324+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.871007+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.871007+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.943200+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.943200+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.994187+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:13.994187+0000 mgr.x (mgr.14152) 20 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.819 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.117942+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.117942+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.123355+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.123355+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.128971+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:14.128971+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:14.048441+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:14.048441+0000 mgr.x (mgr.14152) 21 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:14.388646+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:14.388646+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:16.389087+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-21T18:52:13.820 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:16.389087+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:18.389480+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:18.389480+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:20.389850+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:20.389850+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:20.448594+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:20.448594+0000 mgr.x (mgr.14152) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:21.713264+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi105 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:21.713264+0000 mgr.x (mgr.14152) 27 : cephadm [INF] Deploying cephadm binary to smithi105 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:22.390270+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:22.390270+0000 mgr.x (mgr.14152) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:24.390680+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:24.390680+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-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.370564+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.821 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.370564+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.372218+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.372218+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:25.371430+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi105 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:25.371430+0000 mgr.x (mgr.14152) 30 : cephadm [INF] Added host smithi105 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.910526+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:25.910526+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:26.391104+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:26.391104+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:27.416914+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:27.416914+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:28.391520+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-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:28.391520+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-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:28.639061+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.822 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:28.639061+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:30.391932+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-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:30.391932+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-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:32.054792+0000 mgr.x (mgr.14152) 34 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:32.054792+0000 mgr.x (mgr.14152) 34 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:32.392345+0000 mgr.x (mgr.14152) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:32.392345+0000 mgr.x (mgr.14152) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:34.392775+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-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:34.392775+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-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.462852+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.462852+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.823 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.470778+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.470778+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.476837+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.476837+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.484469+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.484469+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.486197+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.488452+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.490351+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.824 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.492834+0000 mgr.x (mgr.14152) 37 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.609325+0000 mgr.x (mgr.14152) 38 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.711833+0000 mgr.x (mgr.14152) 39 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:34.807767+0000 mgr.x (mgr.14152) 40 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.909673+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.915088+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.825 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:34.923672+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:36.393198+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-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:36.393198+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-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:38.393628+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-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:38.393628+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-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:38.784250+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:40.049557+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi137 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.827 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:40.394012+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:42.394385+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-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:42.394385+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-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:43.720971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:43.721922+0000 mgr.x (mgr.14152) 47 : cephadm [INF] Added host smithi137 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:43.722760+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:44.216342+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:44.394794+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:45.722500+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.828 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:46.395177+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-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:46.395177+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-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:47.097442+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:48.395602+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-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:48.395602+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-21T18:52:13.829 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:50.395939+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:50.395939+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:50.713873+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:50.713873+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:52.396331+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:52.396331+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-21T18:52:13.830 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.466467+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.472111+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.478046+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.831 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.483634+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.485298+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"} : dispatch 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.487330+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.832 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.489110+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.491698+0000 mgr.x (mgr.14152) 54 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.607427+0000 mgr.x (mgr.14152) 55 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.709552+0000 mgr.x (mgr.14152) 56 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:13.833 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:51:52.803779+0000 mgr.x (mgr.14152) 57 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.901772+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.906766+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.834 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:52.912968+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:54.396765+0000 mgr.x (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:56.397301+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-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:56.397301+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-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:52:13.835 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:57.297539+0000 mon.a (mon.0) 146 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:51:57.477042+0000 mon.a (mon.0) 147 : audit [INF] from='client.? 172.21.15.67:0/3902086882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:57.480784+0000 mon.a (mon.0) 148 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:51:58.397855+0000 mgr.x (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.836 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:00.398391+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-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.799206+0000 mgr.x (mgr.14152) 62 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:00.804459+0000 mgr.x (mgr.14152) 63 : cephadm [INF] Saving service mon spec with placement smithi067:172.21.15.67=a;smithi105:172.21.15.105=b;smithi137:172.21.15.137=c;count:3 2024-09-21T18:52:13.837 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.812581+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:00.814271+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.468804+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.470545+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:13.838 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.476653+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.479069+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:01.480575+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:01.482189+0000 mgr.x (mgr.14152) 64 : cephadm [INF] Deploying daemon mon.c on smithi137 2024-09-21T18:52:13.839 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:02.398810+0000 mgr.x (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:04.538968+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.137:0/970492497' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:04.399199+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-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:13.840 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cluster 2024-09-21T18:52:06.399614+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-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.252857+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.258752+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.265197+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:13.841 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.266611+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: audit 2024-09-21T18:52:07.268634+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: cephadm 2024-09-21T18:52:07.270699+0000 mgr.x (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.b on smithi105 2024-09-21T18:52:13.842 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:13 smithi105 bash[21781]: debug 2024-09-21T18:52:13.424+0000 7f90316da640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-21T18:52:14.380 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-21T18:52:14.380 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":2,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:52:09.301944Z","created":"2024-09-21T18:49:35.949425Z","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.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T18:52:14.380 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 2 2024-09-21T18:52:14.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:14.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:14.747 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:14.748 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:14.749 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.750 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:14 smithi067 bash[19894]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:14.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:14.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:14.868 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:14 smithi137 bash[22057]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:15.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:15 smithi067 bash[19894]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:15.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:15.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:15.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:15.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:15 smithi137 bash[22057]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:16.086 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-21T18:52:16.086 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T18:52:20.442 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:52:20.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.302618+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.307814+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:09.308134+0000 mon.a (mon.0) 164 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.329666+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:09.511065+0000 mon.a (mon.0) 166 : audit [DBG] from='client.? 172.21.15.137:0/3774898292' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:10.302496+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:10.400435+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-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:11.302587+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:11.304328+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:12.302587+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:20.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:12.400815+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-21T18:52:20.789 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:13.302725+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:13.435075+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.302965+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.350895+0000 mon.a (mon.0) 173 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357356+0000 mon.a (mon.0) 174 : cluster [DBG] monmap epoch 2 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.790 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357387+0000 mon.a (mon.0) 175 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357407+0000 mon.a (mon.0) 176 : cluster [DBG] last_changed 2024-09-21T18:52:09.301944+0000 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357426+0000 mon.a (mon.0) 177 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357446+0000 mon.a (mon.0) 178 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357466+0000 mon.a (mon.0) 179 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357483+0000 mon.a (mon.0) 180 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.357501+0000 mon.a (mon.0) 181 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.791 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:20.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377340+0000 mon.a (mon.0) 182 : cluster [DBG] fsmap 2024-09-21T18:52:20.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377390+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:20.792 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377679+0000 mon.a (mon.0) 184 : cluster [DBG] mgrmap e14: x(active, since 90s) 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.377924+0000 mon.a (mon.0) 185 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.384814+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.391686+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.399762+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.407233+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:20.793 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:14.401259+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-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.444805+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.460439+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:14.842195+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.303288+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.794 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.795 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.796 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.797 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:20.798 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.799 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:20 smithi105 bash[21781]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:20.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.867 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:20 smithi137 bash[22057]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:20.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.448068+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:52:20.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.448455+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:15.448776+0000 mon.a (mon.0) 197 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:15.451172+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:15.473881+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:16.401700+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-21T18:52:20.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:16.435466+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:17.435924+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:17.437101+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:18.402133+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-21T18:52:20.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:18.435827+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:19.435964+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.436024+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:20.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.471399+0000 mon.a (mon.0) 204 : cluster [INF] mon.a calling monitor election 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.510415+0000 mon.a (mon.0) 205 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518170+0000 mon.a (mon.0) 206 : cluster [DBG] monmap epoch 3 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:21.000 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518200+0000 mon.a (mon.0) 207 : cluster [DBG] fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518216+0000 mon.a (mon.0) 208 : cluster [DBG] last_changed 2024-09-21T18:52:15.440601+0000 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518230+0000 mon.a (mon.0) 209 : cluster [DBG] created 2024-09-21T18:49:35.949425+0000 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:21.001 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518248+0000 mon.a (mon.0) 210 : cluster [DBG] min_mon_release 19 (squid) 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518269+0000 mon.a (mon.0) 211 : cluster [DBG] election_strategy: 1 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518288+0000 mon.a (mon.0) 212 : cluster [DBG] 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.a 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:21.002 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518308+0000 mon.a (mon.0) 213 : cluster [DBG] 1: [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon.c 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.518326+0000 mon.a (mon.0) 214 : cluster [DBG] 2: [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon.b 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519351+0000 mon.a (mon.0) 215 : cluster [DBG] fsmap 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:21.003 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519404+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-21T18:52:21.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:21.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519685+0000 mon.a (mon.0) 217 : cluster [DBG] mgrmap e14: x(active, since 96s) 2024-09-21T18:52:21.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:21.004 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.519937+0000 mon.a (mon.0) 218 : cluster [INF] overall HEALTH_OK 2024-09-21T18:52:21.005 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.005 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.550243+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.005 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.006 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.557293+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.006 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.006 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:20 smithi067 bash[19894]: audit 2024-09-21T18:52:20.564460+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:21.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.863 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.864 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:21.865 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:21.866 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:21 smithi137 bash[22057]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:21.948 INFO:teuthology.orchestra.run.smithi137.stderr:dumped monmap epoch 3 2024-09-21T18:52:21.948 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-21T18:52:21.949 INFO:teuthology.orchestra.run.smithi137.stdout:{"epoch":3,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","modified":"2024-09-21T18:52:15.440601Z","created":"2024-09-21T18:49:35.949425Z","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.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:3300","nonce":0},{"type":"v1","addr":"172.21.15.105:6789","nonce":0}]},"addr":"172.21.15.105:6789/0","public_addr":"172.21.15.105:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:21.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.997 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.998 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:21.999 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:21 smithi067 bash[19894]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:22.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:22.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cluster 2024-09-21T18:52:20.402522+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-21T18:52:22.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.571586+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.573312+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.575272+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.589974+0000 mgr.x (mgr.14152) 76 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.590685+0000 mgr.x (mgr.14152) 77 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.590970+0000 mgr.x (mgr.14152) 78 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.750841+0000 mgr.x (mgr.14152) 79 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.752069+0000 mgr.x (mgr.14152) 80 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.795415+0000 mgr.x (mgr.14152) 81 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.872325+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.877113+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.881455+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.885527+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.039 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.901449+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.907775+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.914133+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.949442+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.956233+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.963160+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.040 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.970073+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.970563+0000 mgr.x (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.971060+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.972519+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:20.973968+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: cephadm 2024-09-21T18:52:20.975572+0000 mgr.x (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.a on smithi067 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:22.041 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:21 smithi105 bash[21781]: audit 2024-09-21T18:52:21.435967+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:52:22.548 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T18:52:22.548 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T18:52:22.832 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:22 smithi067 bash[19894]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:22.832 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:22 smithi067 bash[19894]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:22.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:22 smithi137 bash[22057]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:22.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:22 smithi137 bash[22057]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:23.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:22 smithi105 bash[21781]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:23.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:22 smithi105 bash[21781]: audit 2024-09-21T18:52:21.946769+0000 mon.a (mon.0) 240 : audit [DBG] from='client.? 172.21.15.137:0/2095683060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T18:52:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:23 smithi137 bash[22057]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.950 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.951 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.951 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:23.951 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:23 smithi105 bash[21781]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: cluster 2024-09-21T18:52:22.402934+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-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.300897+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.306855+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.308095+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:23.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.309097+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:23.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:23.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:23 smithi067 bash[19894]: audit 2024-09-21T18:52:23.310008+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:24 smithi137 bash[22057]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:24 smithi137 bash[22057]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:24 smithi137 bash[22057]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:24 smithi137 bash[22057]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:24.890 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:24 smithi105 bash[21781]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.890 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:24 smithi105 bash[21781]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.890 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:24 smithi105 bash[21781]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:24.891 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:24 smithi105 bash[21781]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:24.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:24 smithi067 bash[19894]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:24 smithi067 bash[19894]: cephadm 2024-09-21T18:52:23.307784+0000 mgr.x (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-21T18:52:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:24 smithi067 bash[19894]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:24 smithi067 bash[19894]: cephadm 2024-09-21T18:52:23.311002+0000 mgr.x (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.b on smithi105 2024-09-21T18:52:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:25 smithi137 bash[22057]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:25 smithi137 bash[22057]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:25.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:25 smithi067 bash[19894]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:25 smithi067 bash[19894]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:26.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:25 smithi105 bash[21781]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:26.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:25 smithi105 bash[21781]: cluster 2024-09-21T18:52:24.403394+0000 mgr.x (mgr.14152) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:26.273 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:26.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:26.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:26 smithi067 bash[19894]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:27.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:27.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:26 smithi105 bash[21781]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.635702+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.643926+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: cephadm 2024-09-21T18:52:25.645519+0000 mgr.x (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-21T18:52:27.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.646154+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.647888+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: audit 2024-09-21T18:52:25.649689+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:27.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:26 smithi137 bash[22057]: cephadm 2024-09-21T18:52:25.651761+0000 mgr.x (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.c on smithi137 2024-09-21T18:52:27.691 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:27.691 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2024-09-21T18:52:27.691 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T18:52:27.691 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] 2024-09-21T18:52:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:27 smithi137 bash[22057]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:27 smithi137 bash[22057]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:27.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:27 smithi067 bash[19894]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:27.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:27 smithi067 bash[19894]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:28.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:27 smithi105 bash[21781]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:28.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:27 smithi105 bash[21781]: cluster 2024-09-21T18:52:26.403827+0000 mgr.x (mgr.14152) 90 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:28.310 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T18:52:28.311 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:52:28.311 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T18:52:28.325 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:52:28.325 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:28.381 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:52:28.381 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T18:52:28.395 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:52:28.395 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:28.450 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:52:28.450 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T18:52:28.463 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:52:28.463 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T18:52:28.518 INFO:tasks.cephadm:Adding mgr.x on smithi067 2024-09-21T18:52:28.518 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch apply mgr '1;smithi067=x' 2024-09-21T18:52:28.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:28 smithi137 bash[22057]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:28.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:28.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:28.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:28.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:28.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:28 smithi067 bash[19894]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.689942+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.67:0/778810845' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.839377+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.846405+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.848488+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.851450+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.852909+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:29.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:28 smithi105 bash[21781]: audit 2024-09-21T18:52:27.861648+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:30.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:29 smithi067 bash[19894]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:30.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:29 smithi067 bash[19894]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:30.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:29 smithi105 bash[21781]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:30.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:29 smithi105 bash[21781]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:29 smithi137 bash[22057]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:29 smithi137 bash[22057]: cluster 2024-09-21T18:52:28.404225+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-21T18:52:32.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:31 smithi067 bash[19894]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:32.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:31 smithi067 bash[19894]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:32.278 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:52:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:31 smithi105 bash[21781]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:32.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:31 smithi105 bash[21781]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:31 smithi137 bash[22057]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:31 smithi137 bash[22057]: cluster 2024-09-21T18:52:30.404671+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-21T18:52:33.643 INFO:teuthology.orchestra.run.smithi137.stdout:Scheduled mgr update... 2024-09-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:33 smithi137 bash[22057]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:33 smithi067 bash[19894]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.268 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T18:52:34.268 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T18:52:34.268 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:52:34.268 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:34.274 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-21T18:52:34.275 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2024-09-21T18:52:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: cluster 2024-09-21T18:52:32.405119+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-21T18:52:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: audit 2024-09-21T18:52:33.640811+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:33 smithi105 bash[21781]: audit 2024-09-21T18:52:33.642675+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-21 18:43:18.412146970 +0000 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-21 18:43:18.168149149 +0000 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-21 18:43:18.168149149 +0000 2024-09-21T18:52:34.322 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-09-21T18:52:34.323 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T18:52:34.380 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-21T18:52:34.380 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-21T18:52:34.380 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000438867 s, 1.2 MB/s 2024-09-21T18:52:34.381 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T18:52:34.430 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-21 18:43:18.652144826 +0000 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-21 18:43:18.648144862 +0000 2024-09-21T18:52:34.477 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-21 18:43:18.648144862 +0000 2024-09-21T18:52:34.478 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-09-21T18:52:34.478 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T18:52:34.531 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-21T18:52:34.532 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-21T18:52:34.532 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000429658 s, 1.2 MB/s 2024-09-21T18:52:34.533 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T18:52:34.582 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2024-09-21T18:52:34.629 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T18:52:34.629 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:34.629 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-09-21T18:52:34.629 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:34.630 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-21 18:43:19.404138110 +0000 2024-09-21T18:52:34.630 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-21 18:43:19.124140611 +0000 2024-09-21T18:52:34.630 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-21 18:43:19.124140611 +0000 2024-09-21T18:52:34.630 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-09-21T18:52:34.630 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T18:52:34.683 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-21T18:52:34.683 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-21T18:52:34.683 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000305001 s, 1.7 MB/s 2024-09-21T18:52:34.684 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T18:52:34.734 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2024-09-21T18:52:34.781 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T18:52:34.781 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:34.781 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-09-21T18:52:34.781 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:34.782 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-21 18:43:19.864134001 +0000 2024-09-21T18:52:34.782 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-21 18:43:19.632136073 +0000 2024-09-21T18:52:34.782 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-21 18:43:19.632136073 +0000 2024-09-21T18:52:34.782 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: - 2024-09-21T18:52:34.782 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T18:52:34.835 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-21T18:52:34.836 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-21T18:52:34.836 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000366662 s, 1.4 MB/s 2024-09-21T18:52:34.837 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T18:52:34.889 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2024-09-21T18:52:34.889 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:34.895 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-21T18:52:34.895 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2024-09-21T18:52:34.942 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T18:52:34.942 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:34.942 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-09-21T18:52:34.942 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:34.943 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 18:43:19.879695770 +0000 2024-09-21T18:52:34.943 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 18:43:19.603698236 +0000 2024-09-21T18:52:34.943 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 18:43:19.603698236 +0000 2024-09-21T18:52:34.943 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T18:52:34.943 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:34.960 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:34.961 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:34 smithi067 bash[19894]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:34.997 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T18:52:34.997 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T18:52:34.997 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000403531 s, 1.3 MB/s 2024-09-21T18:52:34.998 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T18:52:35.047 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 18:43:20.107693733 +0000 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 18:43:20.103693769 +0000 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 18:43:20.103693769 +0000 2024-09-21T18:52:35.098 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T18:52:35.099 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:35.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.151 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:34 smithi105 bash[21781]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.152 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T18:52:35.152 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T18:52:35.152 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000423922 s, 1.2 MB/s 2024-09-21T18:52:35.153 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T18:52:35.203 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2024-09-21T18:52:35.250 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T18:52:35.250 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.250 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-09-21T18:52:35.251 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.251 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 18:43:20.843687160 +0000 2024-09-21T18:52:35.251 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 18:43:20.603689303 +0000 2024-09-21T18:52:35.251 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 18:43:20.603689303 +0000 2024-09-21T18:52:35.251 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T18:52:35.251 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T18:52:35.304 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T18:52:35.305 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T18:52:35.305 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000441266 s, 1.2 MB/s 2024-09-21T18:52:35.306 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T18:52:35.355 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2024-09-21T18:52:35.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:35.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:33.631294+0000 mgr.x (mgr.14152) 94 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi067=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: cephadm 2024-09-21T18:52:33.634186+0000 mgr.x (mgr.14152) 95 : cephadm [INF] Saving service mgr spec with placement smithi067=x;count:1 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.336585+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.337987+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.346629+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.353219+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.387964+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T18:52:35.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:35.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.389076+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T18:52:35.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.363 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:34 smithi137 bash[22057]: audit 2024-09-21T18:52:34.390204+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2024-09-21 18:43:21.327682837 +0000 2024-09-21T18:52:35.402 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2024-09-21 18:43:21.095684909 +0000 2024-09-21T18:52:35.403 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2024-09-21 18:43:21.095684909 +0000 2024-09-21T18:52:35.403 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2024-09-21T18:52:35.403 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T18:52:35.457 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2024-09-21T18:52:35.457 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2024-09-21T18:52:35.457 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000356795 s, 1.4 MB/s 2024-09-21T18:52:35.458 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T18:52:35.508 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-09-21T18:52:35.508 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T18:52:35.514 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-21T18:52:35.514 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-09-21T18:52:35.562 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T18:52:35.562 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.562 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-09-21T18:52:35.562 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.562 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-21 18:43:20.324550720 +0000 2024-09-21T18:52:35.563 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-21 18:43:20.072552970 +0000 2024-09-21T18:52:35.563 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-21 18:43:20.072552970 +0000 2024-09-21T18:52:35.563 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-09-21T18:52:35.563 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T18:52:35.617 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-21T18:52:35.617 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-21T18:52:35.617 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000374447 s, 1.4 MB/s 2024-09-21T18:52:35.618 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T18:52:35.667 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-21 18:43:20.796546504 +0000 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-21 18:43:20.540548790 +0000 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-21 18:43:20.540548790 +0000 2024-09-21T18:52:35.714 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-09-21T18:52:35.715 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T18:52:35.769 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-21T18:52:35.769 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-21T18:52:35.769 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.00041105 s, 1.2 MB/s 2024-09-21T18:52:35.770 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T18:52:35.819 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-21 18:43:21.292542073 +0000 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-21 18:43:21.040544324 +0000 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-21 18:43:21.040544324 +0000 2024-09-21T18:52:35.866 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-09-21T18:52:35.866 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T18:52:35.920 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-21T18:52:35.920 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-21T18:52:35.920 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000391564 s, 1.3 MB/s 2024-09-21T18:52:35.921 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T18:52:35.971 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 942 Links: 1 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-09-21 18:43:21.812537428 +0000 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-09-21 18:43:21.564539644 +0000 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-09-21 18:43:21.564539644 +0000 2024-09-21T18:52:36.018 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-09-21T18:52:36.019 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T18:52:36.072 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-09-21T18:52:36.072 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-09-21T18:52:36.072 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000323844 s, 1.6 MB/s 2024-09-21T18:52:36.073 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T18:52:36.123 INFO:tasks.cephadm:Deploying osd.0 on smithi067 with /dev/vg_nvme/lv_4... 2024-09-21T18:52:36.123 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T18:52:36.134 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.134 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.134 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.134 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.135 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:36.135 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:35 smithi067 bash[19894]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:36.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:35 smithi105 bash[21781]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cephadm 2024-09-21T18:52:34.387468+0000 mgr.x (mgr.14152) 96 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cephadm 2024-09-21T18:52:34.391238+0000 mgr.x (mgr.14152) 97 : cephadm [INF] Reconfiguring daemon mgr.x on smithi067 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:36.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:35 smithi137 bash[22057]: cluster 2024-09-21T18:52:34.405395+0000 mgr.x (mgr.14152) 98 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:37 smithi137 bash[22057]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:37.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:37.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:37.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:37 smithi067 bash[19894]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: cluster 2024-09-21T18:52:36.405774+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-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: audit 2024-09-21T18:52:36.601207+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:38.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:37 smithi105 bash[21781]: audit 2024-09-21T18:52:36.607649+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:52:39.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:39 smithi137 bash[22057]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:39.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:39 smithi137 bash[22057]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:39.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:39 smithi067 bash[19894]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:39.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:39 smithi067 bash[19894]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:40.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:39 smithi105 bash[21781]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:40.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:39 smithi105 bash[21781]: cluster 2024-09-21T18:52:38.406125+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-21T18:52:40.855 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:52:41.864 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:41 smithi067 bash[19894]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:41.865 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:41 smithi067 bash[19894]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:42.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:41 smithi105 bash[21781]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:42.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:41 smithi105 bash[21781]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:42.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:41 smithi137 bash[22057]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:42.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:41 smithi137 bash[22057]: cluster 2024-09-21T18:52:40.406579+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-21T18:52:43.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:43 smithi067 bash[19894]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:43.876 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:43 smithi067 bash[19894]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:44.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:43 smithi105 bash[21781]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:44.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:43 smithi105 bash[21781]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:44.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:43 smithi137 bash[22057]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:44.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:43 smithi137 bash[22057]: cluster 2024-09-21T18:52:42.407046+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-21T18:52:44.426 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:52:44.476 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi067:vg_nvme/lv_4 2024-09-21T18:52:45.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:45 smithi067 bash[19894]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:45.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:45 smithi067 bash[19894]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:46.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:45 smithi105 bash[21781]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:46.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:45 smithi105 bash[21781]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:46.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:45 smithi137 bash[22057]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:46.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:45 smithi137 bash[22057]: cluster 2024-09-21T18:52:44.407486+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-21T18:52:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:47 smithi067 bash[19894]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:47.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:47 smithi067 bash[19894]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:48.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:47 smithi105 bash[21781]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:48.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:47 smithi105 bash[21781]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:48.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:47 smithi137 bash[22057]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:48.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:47 smithi137 bash[22057]: cluster 2024-09-21T18:52:46.407977+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-21T18:52:49.251 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:52:49.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:49 smithi067 bash[19894]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:49.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:49 smithi067 bash[19894]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:50.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:49 smithi105 bash[21781]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:50.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:49 smithi105 bash[21781]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:50.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:49 smithi137 bash[22057]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:50.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:49 smithi137 bash[22057]: cluster 2024-09-21T18:52:48.408538+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-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:50.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:50 smithi067 bash[19894]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:51.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:51.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:51.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:51.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:51.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:51.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:50 smithi105 bash[21781]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.600726+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.606013+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:51.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:50 smithi137 bash[22057]: audit 2024-09-21T18:52:50.607323+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:52:51.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:51 smithi067 bash[19894]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:51.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:51 smithi067 bash[19894]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:51.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:51 smithi067 bash[19894]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:51.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:51 smithi067 bash[19894]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:52.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:51 smithi105 bash[21781]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:52.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:51 smithi105 bash[21781]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:52.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:51 smithi105 bash[21781]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:52.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:51 smithi105 bash[21781]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:52.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:51 smithi137 bash[22057]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:52.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:51 smithi137 bash[22057]: cluster 2024-09-21T18:52:50.408829+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-21T18:52:52.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:51 smithi137 bash[22057]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:52.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:51 smithi137 bash[22057]: audit 2024-09-21T18:52:50.597924+0000 mgr.x (mgr.14152) 107 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:52:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:53 smithi067 bash[19894]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:53.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:53 smithi067 bash[19894]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:54.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:53 smithi105 bash[21781]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:54.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:53 smithi105 bash[21781]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:54.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:53 smithi137 bash[22057]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:54.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:53 smithi137 bash[22057]: cluster 2024-09-21T18:52:52.409228+0000 mgr.x (mgr.14152) 108 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:52:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:55 smithi067 bash[19894]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:55 smithi067 bash[19894]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:56.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:55 smithi105 bash[21781]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:56.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:55 smithi105 bash[21781]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:56.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:55 smithi137 bash[22057]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:56.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:55 smithi137 bash[22057]: cluster 2024-09-21T18:52:54.409658+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-21T18:52:57.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:57 smithi067 bash[19894]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:57.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:57 smithi067 bash[19894]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:58.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:57 smithi105 bash[21781]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:58.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:57 smithi105 bash[21781]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:58.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:57 smithi137 bash[22057]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:58.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:57 smithi137 bash[22057]: cluster 2024-09-21T18:52:56.410032+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-21T18:52:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: cluster 2024-09-21T18:52:58.410432+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-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: cluster 2024-09-21T18:52:58.410432+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-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:52:59.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:52:59 smithi067 bash[19894]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:00.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: cluster 2024-09-21T18:52:58.410432+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-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: cluster 2024-09-21T18:52:58.410432+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-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:00.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:52:59 smithi105 bash[21781]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:00.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: cluster 2024-09-21T18:52:58.410432+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-21T18:53:00.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: cluster 2024-09-21T18:52:58.410432+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-21T18:53:00.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:53:00.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.975673+0000 mon.a (mon.0) 272 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"} : dispatch 2024-09-21T18:53:00.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.978316+0000 mon.a (mon.0) 273 : audit [INF] from='client.? 172.21.15.67:0/1226305569' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e169f42-ce72-4cc7-afa2-cc8cc13e69e5"}]': finished 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: cluster 2024-09-21T18:52:58.981176+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:58.981444+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:00.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:52:59 smithi137 bash[22057]: audit 2024-09-21T18:52:59.633235+0000 mon.a (mon.0) 276 : audit [DBG] from='client.? 172.21.15.67:0/817783378' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:01.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:01 smithi067 bash[19894]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:01.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:01 smithi067 bash[19894]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:02.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:01 smithi105 bash[21781]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:02.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:01 smithi105 bash[21781]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:02.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:01 smithi137 bash[22057]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:02.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:01 smithi137 bash[22057]: cluster 2024-09-21T18:53:00.410940+0000 mgr.x (mgr.14152) 112 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:03.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:03 smithi067 bash[19894]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:03.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:03 smithi067 bash[19894]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:04.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:03 smithi105 bash[21781]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:04.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:03 smithi105 bash[21781]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:04.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:03 smithi137 bash[22057]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:04.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:03 smithi137 bash[22057]: cluster 2024-09-21T18:53:02.411433+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-21T18:53:05.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:05 smithi067 bash[19894]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:05.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:05 smithi067 bash[19894]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:06.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:05 smithi105 bash[21781]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:06.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:05 smithi105 bash[21781]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:06.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:05 smithi137 bash[22057]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:06.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:05 smithi137 bash[22057]: cluster 2024-09-21T18:53:04.411835+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-21T18:53:07.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:07 smithi067 bash[19894]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:07.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:07 smithi067 bash[19894]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:08.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:07 smithi105 bash[21781]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:08.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:07 smithi105 bash[21781]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:08.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:07 smithi137 bash[22057]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:08.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:07 smithi137 bash[22057]: cluster 2024-09-21T18:53:06.412251+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-21T18:53:09.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:09 smithi067 bash[19894]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:09.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:09 smithi067 bash[19894]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:09 smithi105 bash[21781]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:09 smithi105 bash[21781]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:10.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:09 smithi137 bash[22057]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:10.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:09 smithi137 bash[22057]: cluster 2024-09-21T18:53:08.412683+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-21T18:53:11.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:11 smithi067 bash[19894]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:11.943 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:11 smithi067 bash[19894]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:11 smithi105 bash[21781]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:11 smithi105 bash[21781]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:12.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:11 smithi137 bash[22057]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:12.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:11 smithi137 bash[22057]: cluster 2024-09-21T18:53:10.413106+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-21T18:53:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:12 smithi067 bash[19894]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:12 smithi067 bash[19894]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:12 smithi067 bash[19894]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:12 smithi067 bash[19894]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:13.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:12 smithi105 bash[21781]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:13.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:12 smithi105 bash[21781]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:13.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:12 smithi105 bash[21781]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:13.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:12 smithi105 bash[21781]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:13.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:12 smithi137 bash[22057]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:13.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:12 smithi137 bash[22057]: audit 2024-09-21T18:53:12.359693+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T18:53:13.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:12 smithi137 bash[22057]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:13.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:12 smithi137 bash[22057]: audit 2024-09-21T18:53:12.361401+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:13.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:13 smithi067 bash[19894]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:13.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:13 smithi067 bash[19894]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:13.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:13 smithi067 bash[19894]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:13.976 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:13 smithi067 bash[19894]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:13 smithi105 bash[21781]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:13 smithi105 bash[21781]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:14.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:13 smithi105 bash[21781]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:14.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:13 smithi105 bash[21781]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:14.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:13 smithi137 bash[22057]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:14.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:13 smithi137 bash[22057]: cephadm 2024-09-21T18:53:12.362906+0000 mgr.x (mgr.14152) 118 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-21T18:53:14.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:13 smithi137 bash[22057]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:14.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:13 smithi137 bash[22057]: cluster 2024-09-21T18:53:12.413499+0000 mgr.x (mgr.14152) 119 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:15 smithi067 bash[19894]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:15 smithi067 bash[19894]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:16.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:15 smithi105 bash[21781]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:16.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:15 smithi105 bash[21781]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:16.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:15 smithi137 bash[22057]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:16.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:15 smithi137 bash[22057]: cluster 2024-09-21T18:53:14.413938+0000 mgr.x (mgr.14152) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:16.948 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:16 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:16.948 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:53:16 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:17.244 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:53:16 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:17.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:16 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:17 smithi067 bash[19894]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:18.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:17 smithi105 bash[21781]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: cluster 2024-09-21T18:53:16.414257+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-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.085938+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.089850+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:18.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:17 smithi137 bash[22057]: audit 2024-09-21T18:53:17.093982+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:19.937 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:19 smithi067 bash[19894]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:19.937 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:19 smithi067 bash[19894]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:19 smithi105 bash[21781]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:19 smithi105 bash[21781]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:20.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:19 smithi137 bash[22057]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:20.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:19 smithi137 bash[22057]: cluster 2024-09-21T18:53:18.414690+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-21T18:53:21.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:21 smithi067 bash[19894]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:21.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:21 smithi067 bash[19894]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:22.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:21 smithi105 bash[21781]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:22.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:21 smithi105 bash[21781]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:22.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:21 smithi137 bash[22057]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:22.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:21 smithi137 bash[22057]: cluster 2024-09-21T18:53:20.415158+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-21T18:53:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:23.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:23 smithi067 bash[19894]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:23 smithi105 bash[21781]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: cluster 2024-09-21T18:53:22.415630+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-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: audit 2024-09-21T18:53:23.379677+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:23 smithi137 bash[22057]: audit 2024-09-21T18:53:23.383849+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:24 smithi067 bash[19894]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:25.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:25.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:25.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:24 smithi105 bash[21781]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:23.997914+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:23.998937+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:25.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:24 smithi137 bash[22057]: audit 2024-09-21T18:53:24.006965+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:26.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:26 smithi105 bash[21781]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:26.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:26 smithi105 bash[21781]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:26.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:26 smithi137 bash[22057]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:26.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:26 smithi137 bash[22057]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:26.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:26 smithi067 bash[19894]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:26.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:26 smithi067 bash[19894]: cluster 2024-09-21T18:53:24.416113+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-21T18:53:27.699 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 0 on host 'smithi067' 2024-09-21T18:53:28.286 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.287 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:28 smithi067 bash[19894]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.288 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:28 smithi105 bash[21781]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.289 DEBUG:teuthology.orchestra.run.smithi067:osd.0> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.0.service 2024-09-21T18:53:28.292 INFO:tasks.cephadm:Deploying osd.1 on smithi067 with /dev/vg_nvme/lv_3... 2024-09-21T18:53:28.292 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: cluster 2024-09-21T18:53:26.416600+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-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.222908+0000 mon.a (mon.0) 287 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.681868+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.687066+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:28.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:28 smithi137 bash[22057]: audit 2024-09-21T18:53:27.693951+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:29.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:29 smithi105 bash[21781]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:29 smithi137 bash[22057]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.010746+0000 mon.a (mon.0) 291 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.014042+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.014581+0000 mon.a (mon.0) 293 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:28.014972+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[19894]: audit 2024-09-21T18:53:29.013361+0000 mon.a (mon.0) 295 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:53:29.496 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[29708]: debug 2024-09-21T18:53:29.043+0000 7efe9466e640 -1 osd.0 0 waiting for initial osdmap 2024-09-21T18:53:29.496 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:53:29 smithi067 bash[29708]: debug 2024-09-21T18:53:29.047+0000 7efe90495640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:30 smithi137 bash[22057]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:30 smithi067 bash[19894]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.416967+0000 mgr.x (mgr.14152) 127 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: cluster 2024-09-21T18:53:29.018001+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:29.019669+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:29.025718+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:30.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:30 smithi105 bash[21781]: audit 2024-09-21T18:53:30.024327+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:31 smithi137 bash[22057]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:31 smithi067 bash[19894]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.230047+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:28.230159+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.033483+0000 mon.a (mon.0) 300 : cluster [INF] osd.0 [v2:172.21.15.67:6802/1230352064,v1:172.21.15.67:6803/1230352064] boot 2024-09-21T18:53:31.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.033573+0000 mon.a (mon.0) 301 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-21T18:53:31.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:31.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:31 smithi105 bash[21781]: audit 2024-09-21T18:53:30.034496+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T18:53:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:32 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:32 smithi137 bash[22057]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:32 smithi137 bash[22057]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:32 smithi137 bash[22057]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:32 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:32 smithi067 bash[19894]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:32 smithi067 bash[19894]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:32 smithi067 bash[19894]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:32 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:32 smithi105 bash[21781]: cluster 2024-09-21T18:53:30.417401+0000 mgr.x (mgr.14152) 128 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T18:53:32.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:32 smithi105 bash[21781]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:32 smithi105 bash[21781]: cluster 2024-09-21T18:53:31.049923+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-21T18:53:32.721 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:53:34.302 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:34 smithi067 bash[19894]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:34.302 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:34 smithi067 bash[19894]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:34 smithi137 bash[22057]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:34.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:34 smithi137 bash[22057]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:34.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:34 smithi105 bash[21781]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:34.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:34 smithi105 bash[21781]: cluster 2024-09-21T18:53:32.417878+0000 mgr.x (mgr.14152) 129 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:35 smithi137 bash[22057]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:35 smithi137 bash[22057]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:35 smithi067 bash[19894]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:35 smithi067 bash[19894]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:35 smithi105 bash[21781]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:35.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:35 smithi105 bash[21781]: cluster 2024-09-21T18:53:34.418263+0000 mgr.x (mgr.14152) 130 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:37.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:37 smithi067 bash[19894]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:37.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:37 smithi067 bash[19894]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:37.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:37 smithi105 bash[21781]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:37.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:37 smithi105 bash[21781]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:37.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:37 smithi137 bash[22057]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:37.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:37 smithi137 bash[22057]: cluster 2024-09-21T18:53:36.418716+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-21T18:53:39.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:39.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:39 smithi067 bash[19894]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:39.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:39.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:39 smithi105 bash[21781]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cephadm 2024-09-21T18:53:38.214084+0000 mgr.x (mgr.14152) 132 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.221636+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.228293+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.229988+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cephadm 2024-09-21T18:53:38.230998+0000 mgr.x (mgr.14152) 133 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 17265M 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.234884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.237162+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.238179+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: audit 2024-09-21T18:53:38.244211+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:39.612 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:39 smithi137 bash[22057]: cluster 2024-09-21T18:53:38.419207+0000 mgr.x (mgr.14152) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:40.294 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:53:40.345 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi067:vg_nvme/lv_3 2024-09-21T18:53:41.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:41 smithi067 bash[19894]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:41.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:41 smithi067 bash[19894]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:41.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:41 smithi105 bash[21781]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:41.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:41 smithi105 bash[21781]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:41.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:41 smithi137 bash[22057]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:41.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:41 smithi137 bash[22057]: cluster 2024-09-21T18:53:40.419773+0000 mgr.x (mgr.14152) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:43 smithi067 bash[19894]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:43 smithi067 bash[19894]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:43 smithi105 bash[21781]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:43 smithi105 bash[21781]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:43 smithi137 bash[22057]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:43.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:43 smithi137 bash[22057]: cluster 2024-09-21T18:53:42.420279+0000 mgr.x (mgr.14152) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:45.091 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:53:45.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:45 smithi067 bash[19894]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:45.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:45 smithi067 bash[19894]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:45.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:45 smithi105 bash[21781]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:45.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:45 smithi105 bash[21781]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:45.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:45 smithi137 bash[22057]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:45.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:45 smithi137 bash[22057]: cluster 2024-09-21T18:53:44.420709+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-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:47.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:47 smithi067 bash[19894]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:47.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:47.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:47 smithi105 bash[21781]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: cluster 2024-09-21T18:53:46.421134+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-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.528842+0000 mgr.x (mgr.14152) 139 : audit [DBG] from='client.14238 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.535013+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.538765+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:47.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:47 smithi137 bash[22057]: audit 2024-09-21T18:53:46.539722+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:53:49.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:49 smithi067 bash[19894]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:49.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:49 smithi067 bash[19894]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:49.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:49 smithi105 bash[21781]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:49.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:49 smithi105 bash[21781]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:49.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:49 smithi137 bash[22057]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:49.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:49 smithi137 bash[22057]: cluster 2024-09-21T18:53:48.421558+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-21T18:53:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:51 smithi105 bash[21781]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:51.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:51 smithi105 bash[21781]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:51.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:51 smithi137 bash[22057]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:51.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:51 smithi137 bash[22057]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:51.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:51 smithi067 bash[19894]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:51.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:51 smithi067 bash[19894]: cluster 2024-09-21T18:53:50.421998+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-21T18:53:53.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:53 smithi105 bash[21781]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:53.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:53 smithi105 bash[21781]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:53 smithi137 bash[22057]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:53 smithi137 bash[22057]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:53.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:53 smithi067 bash[19894]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:53.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:53 smithi067 bash[19894]: cluster 2024-09-21T18:53:52.422381+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-21T18:53:55.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:55.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:55 smithi105 bash[21781]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:55.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:55 smithi137 bash[22057]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: cluster 2024-09-21T18:53:54.422793+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-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.793910+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"} : dispatch 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.798281+0000 mon.a (mon.0) 315 : audit [INF] from='client.? 172.21.15.67:0/495113656' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bcce8bf3-beda-42b0-982d-3ab29322c04c"}]': finished 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: cluster 2024-09-21T18:53:54.804817+0000 mon.a (mon.0) 316 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-21T18:53:55.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:54.805280+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:53:55.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:55.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:55 smithi067 bash[19894]: audit 2024-09-21T18:53:55.453706+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.67:0/2628131066' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:53:57.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:57 smithi105 bash[21781]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:57.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:57 smithi105 bash[21781]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:57.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:57 smithi137 bash[22057]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:57.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:57 smithi137 bash[22057]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:57.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:57 smithi067 bash[19894]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:57.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:57 smithi067 bash[19894]: cluster 2024-09-21T18:53:56.423262+0000 mgr.x (mgr.14152) 144 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:53:59.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:59 smithi105 bash[21781]: cluster 2024-09-21T18:53:58.423729+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-21T18:53:59.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:53:59 smithi105 bash[21781]: cluster 2024-09-21T18:53:58.423729+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-21T18:53:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:59 smithi137 bash[22057]: cluster 2024-09-21T18:53:58.423729+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-21T18:53:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:53:59 smithi137 bash[22057]: cluster 2024-09-21T18:53:58.423729+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-21T18:53:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:59 smithi067 bash[19894]: cluster 2024-09-21T18:53:58.423729+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-21T18:53:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:53:59 smithi067 bash[19894]: cluster 2024-09-21T18:53:58.423729+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-21T18:54:01.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:01 smithi105 bash[21781]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:01.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:01 smithi105 bash[21781]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:01.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:01 smithi137 bash[22057]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:01.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:01 smithi137 bash[22057]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:01.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:01 smithi067 bash[19894]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:01.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:01 smithi067 bash[19894]: cluster 2024-09-21T18:54:00.424176+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-21T18:54:03.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:03 smithi105 bash[21781]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:03.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:03 smithi105 bash[21781]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:03.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:03 smithi137 bash[22057]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:03.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:03 smithi137 bash[22057]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:03.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:03 smithi067 bash[19894]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:03.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:03 smithi067 bash[19894]: cluster 2024-09-21T18:54:02.424638+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-21T18:54:05.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:05 smithi067 bash[19894]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:05.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:05 smithi067 bash[19894]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:05.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:05 smithi105 bash[21781]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:05.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:05 smithi105 bash[21781]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:05.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:05 smithi137 bash[22057]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:05.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:05 smithi137 bash[22057]: cluster 2024-09-21T18:54:04.425113+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-21T18:54:07.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:07 smithi067 bash[19894]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:07.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:07 smithi067 bash[19894]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:07.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:07 smithi105 bash[21781]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:07.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:07 smithi105 bash[21781]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:07.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:07 smithi137 bash[22057]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:07.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:07 smithi137 bash[22057]: cluster 2024-09-21T18:54:06.425596+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-21T18:54:08.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:08 smithi105 bash[21781]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:08 smithi105 bash[21781]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:08 smithi105 bash[21781]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:08.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:08 smithi105 bash[21781]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:08.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:08 smithi137 bash[22057]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:08 smithi137 bash[22057]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:08 smithi137 bash[22057]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:08.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:08 smithi137 bash[22057]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:08.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:08 smithi067 bash[19894]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:08 smithi067 bash[19894]: audit 2024-09-21T18:54:08.124113+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T18:54:08.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:08 smithi067 bash[19894]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:08.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:08 smithi067 bash[19894]: audit 2024-09-21T18:54:08.125680+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:09.802 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:09 smithi067 bash[19894]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:09.802 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:09 smithi067 bash[19894]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:09.802 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:09 smithi067 bash[19894]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:09.802 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:09 smithi067 bash[19894]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:09.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:09 smithi137 bash[22057]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:09.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:09 smithi137 bash[22057]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:09.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:09 smithi137 bash[22057]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:09.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:09 smithi137 bash[22057]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:09 smithi105 bash[21781]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:09 smithi105 bash[21781]: cephadm 2024-09-21T18:54:08.127075+0000 mgr.x (mgr.14152) 150 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-21T18:54:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:09 smithi105 bash[21781]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:10.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:09 smithi105 bash[21781]: cluster 2024-09-21T18:54:08.426042+0000 mgr.x (mgr.14152) 151 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:11.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:11 smithi067 bash[19894]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:11.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:11 smithi067 bash[19894]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:11.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:11 smithi137 bash[22057]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:11.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:11 smithi137 bash[22057]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:11 smithi105 bash[21781]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:11 smithi105 bash[21781]: cluster 2024-09-21T18:54:10.426472+0000 mgr.x (mgr.14152) 152 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:12.631 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:12.632 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:12.632 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:12.957 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:12.957 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:12.957 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:54:12 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:13 smithi137 bash[22057]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:13.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:13.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:13.878 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:13.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:13.879 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:13 smithi067 bash[19894]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: cluster 2024-09-21T18:54:12.426987+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-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.879394+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.883072+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:14.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:13 smithi105 bash[21781]: audit 2024-09-21T18:54:12.887090+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:15.827 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:15 smithi067 bash[19894]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:15.827 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:15 smithi067 bash[19894]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:15.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:15 smithi137 bash[22057]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:15.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:15 smithi137 bash[22057]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:15 smithi105 bash[21781]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:16.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:15 smithi105 bash[21781]: cluster 2024-09-21T18:54:14.427486+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-21T18:54:17.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:17 smithi137 bash[22057]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:17.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:17 smithi137 bash[22057]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:17 smithi067 bash[19894]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:17.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:17 smithi067 bash[19894]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:18.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:17 smithi105 bash[21781]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:18.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:17 smithi105 bash[21781]: cluster 2024-09-21T18:54:16.427972+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-21T18:54:19.842 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.843 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:19 smithi067 bash[19894]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:19.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:19 smithi137 bash[22057]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: cluster 2024-09-21T18:54:18.428459+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-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.196902+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.201033+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:20.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.201815+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:20.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:20.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.202554+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:20.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:20.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:19 smithi105 bash[21781]: audit 2024-09-21T18:54:19.206820+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:21.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:21 smithi137 bash[22057]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:21.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:21 smithi137 bash[22057]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:21.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:21 smithi067 bash[19894]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:21.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:21 smithi067 bash[19894]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:22.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:21 smithi105 bash[21781]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:22.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:21 smithi105 bash[21781]: cluster 2024-09-21T18:54:20.428911+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-21T18:54:22.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:22 smithi067 bash[19894]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:22.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:22 smithi067 bash[19894]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:22.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:22 smithi137 bash[22057]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:22.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:22 smithi137 bash[22057]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:23.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:22 smithi105 bash[21781]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:23.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:22 smithi105 bash[21781]: audit 2024-09-21T18:54:22.169468+0000 mon.a (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T18:54:23.355 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 1 on host 'smithi067' 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:23 smithi067 bash[19894]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:23 smithi137 bash[22057]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.946 DEBUG:teuthology.orchestra.run.smithi067:osd.1> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.1.service 2024-09-21T18:54:23.949 INFO:tasks.cephadm:Deploying osd.2 on smithi105 with /dev/vg_nvme/lv_4... 2024-09-21T18:54:23.949 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T18:54:23.960 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: cluster 2024-09-21T18:54:22.429380+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-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.566354+0000 mon.a (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: cluster 2024-09-21T18:54:22.569934+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.570443+0000 mon.a (mon.0) 332 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:22.570970+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.332748+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:54:23.961 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.339353+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:23.962 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:23 smithi105 bash[21781]: audit 2024-09-21T18:54:23.346435+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:24 smithi137 bash[22057]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:24.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:24 smithi067 bash[19894]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.568876+0000 mon.a (mon.0) 337 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.573626+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.574783+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:24 smithi105 bash[21781]: audit 2024-09-21T18:54:23.585418+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:25.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:25 smithi137 bash[22057]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:25.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:25.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:25.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:25.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:25.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:25 smithi067 bash[19894]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:26.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:26.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.174766+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:54:26.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:26.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:23.174889+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:54:26.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.429819+0000 mgr.x (mgr.14152) 159 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: audit 2024-09-21T18:54:24.579782+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.585817+0000 mon.a (mon.0) 342 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1918500371,v1:172.21.15.67:6811/1918500371] boot 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: cluster 2024-09-21T18:54:24.585878+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:26.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:25 smithi105 bash[21781]: audit 2024-09-21T18:54:24.586796+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T18:54:26.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:26 smithi067 bash[19894]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:26.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:26 smithi067 bash[19894]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:27.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:26 smithi105 bash[21781]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:27.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:26 smithi105 bash[21781]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:27.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:26 smithi137 bash[22057]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:27.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:26 smithi137 bash[22057]: cluster 2024-09-21T18:54:25.604098+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-21T18:54:27.669 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T18:54:27.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:27 smithi067 bash[19894]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:27.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:27 smithi067 bash[19894]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:28.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:27 smithi105 bash[21781]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:28.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:27 smithi105 bash[21781]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:28.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:27 smithi137 bash[22057]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:28.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:27 smithi137 bash[22057]: cluster 2024-09-21T18:54:26.430322+0000 mgr.x (mgr.14152) 160 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:29.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:29 smithi067 bash[19894]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:29.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:29 smithi067 bash[19894]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:30.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:29 smithi105 bash[21781]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:30.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:29 smithi105 bash[21781]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:30.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:29 smithi137 bash[22057]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:30.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:29 smithi137 bash[22057]: cluster 2024-09-21T18:54:28.430676+0000 mgr.x (mgr.14152) 161 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:31.296 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-09-21T18:54:31.345 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi105:vg_nvme/lv_4 2024-09-21T18:54:31.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:31 smithi067 bash[19894]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:31.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:31 smithi067 bash[19894]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:32.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:31 smithi105 bash[21781]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:32.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:31 smithi105 bash[21781]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:32.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:31 smithi137 bash[22057]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:32.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:31 smithi137 bash[22057]: cluster 2024-09-21T18:54:30.431103+0000 mgr.x (mgr.14152) 162 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.113 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:33 smithi137 bash[22057]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:33 smithi067 bash[19894]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cluster 2024-09-21T18:54:32.431612+0000 mgr.x (mgr.14152) 163 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cephadm 2024-09-21T18:54:32.840996+0000 mgr.x (mgr.14152) 164 : cephadm [INF] Detected new or changed devices on smithi067 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.848656+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.856582+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.859126+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.860914+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: cephadm 2024-09-21T18:54:32.862278+0000 mgr.x (mgr.14152) 165 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 8632M 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.868013+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.872211+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:34.289 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.290 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.873788+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:54:34.290 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:34.290 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:33 smithi105 bash[21781]: audit 2024-09-21T18:54:32.882675+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:54:35.104 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T18:54:36.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:35 smithi137 bash[22057]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:36.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:35 smithi137 bash[22057]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:35 smithi067 bash[19894]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:35 smithi067 bash[19894]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:36.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:35 smithi105 bash[21781]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:36.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:35 smithi105 bash[21781]: cluster 2024-09-21T18:54:34.432061+0000 mgr.x (mgr.14152) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:37.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:37.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:36 smithi067 bash[19894]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:37.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:36 smithi105 bash[21781]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:37.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.420290+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:54:37.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.426201+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:54:37.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:37.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:36 smithi137 bash[22057]: audit 2024-09-21T18:54:36.427879+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:37 smithi067 bash[19894]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:37 smithi067 bash[19894]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:37 smithi067 bash[19894]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:38.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:37 smithi067 bash[19894]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:38.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:37 smithi105 bash[21781]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:37 smithi105 bash[21781]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:37 smithi105 bash[21781]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:38.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:37 smithi105 bash[21781]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:38.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:37 smithi137 bash[22057]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:37 smithi137 bash[22057]: audit 2024-09-21T18:54:36.413533+0000 mgr.x (mgr.14152) 167 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:54:38.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:37 smithi137 bash[22057]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:38.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:37 smithi137 bash[22057]: cluster 2024-09-21T18:54:36.432489+0000 mgr.x (mgr.14152) 168 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:39 smithi067 bash[19894]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:39 smithi067 bash[19894]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:39 smithi105 bash[21781]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:39 smithi105 bash[21781]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:39 smithi137 bash[22057]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:39 smithi137 bash[22057]: cluster 2024-09-21T18:54:38.432878+0000 mgr.x (mgr.14152) 169 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:41 smithi067 bash[19894]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:41 smithi067 bash[19894]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:41 smithi105 bash[21781]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:41 smithi105 bash[21781]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:41 smithi137 bash[22057]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:42.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:41 smithi137 bash[22057]: cluster 2024-09-21T18:54:40.433311+0000 mgr.x (mgr.14152) 170 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:43 smithi067 bash[19894]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:43 smithi067 bash[19894]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:43 smithi105 bash[21781]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:43 smithi105 bash[21781]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:43 smithi137 bash[22057]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:44.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:43 smithi137 bash[22057]: cluster 2024-09-21T18:54:42.433786+0000 mgr.x (mgr.14152) 171 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:45.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:45.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:44 smithi067 bash[19894]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:44 smithi105 bash[21781]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.838992+0000 mon.b (mon.2) 2 : audit [INF] from='client.? 172.21.15.105:0/3070668818' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.839201+0000 mon.a (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"} : dispatch 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.842400+0000 mon.a (mon.0) 358 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "12014fcb-f58a-497d-ba54-d393aca79dde"}]': finished 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: cluster 2024-09-21T18:54:44.847543+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:45.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:44 smithi137 bash[22057]: audit 2024-09-21T18:54:44.848052+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:54:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:45 smithi067 bash[19894]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:45 smithi067 bash[19894]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:45 smithi067 bash[19894]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:45 smithi067 bash[19894]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:45 smithi105 bash[21781]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:45 smithi105 bash[21781]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:45 smithi105 bash[21781]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:46.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:45 smithi105 bash[21781]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:46.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:45 smithi137 bash[22057]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:45 smithi137 bash[22057]: cluster 2024-09-21T18:54:44.434222+0000 mgr.x (mgr.14152) 172 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:46.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:45 smithi137 bash[22057]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:46.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:45 smithi137 bash[22057]: audit 2024-09-21T18:54:45.520552+0000 mon.b (mon.2) 3 : audit [DBG] from='client.? 172.21.15.105:0/1512141000' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:54:48.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:47 smithi067 bash[19894]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:48.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:47 smithi067 bash[19894]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:47 smithi105 bash[21781]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:47 smithi105 bash[21781]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:48.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:47 smithi137 bash[22057]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:48.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:47 smithi137 bash[22057]: cluster 2024-09-21T18:54:46.434694+0000 mgr.x (mgr.14152) 173 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:49 smithi067 bash[19894]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:49 smithi067 bash[19894]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:49 smithi105 bash[21781]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:49 smithi105 bash[21781]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:49 smithi137 bash[22057]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:50.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:49 smithi137 bash[22057]: cluster 2024-09-21T18:54:48.435180+0000 mgr.x (mgr.14152) 174 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:51 smithi067 bash[19894]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:51 smithi067 bash[19894]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:51 smithi105 bash[21781]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:51 smithi105 bash[21781]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:51 smithi137 bash[22057]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:52.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:51 smithi137 bash[22057]: cluster 2024-09-21T18:54:50.435693+0000 mgr.x (mgr.14152) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:53 smithi067 bash[19894]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:53 smithi067 bash[19894]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:53 smithi105 bash[21781]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:53 smithi105 bash[21781]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:53 smithi137 bash[22057]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:53 smithi137 bash[22057]: cluster 2024-09-21T18:54:52.436191+0000 mgr.x (mgr.14152) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:55 smithi067 bash[19894]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:55 smithi067 bash[19894]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:55 smithi105 bash[21781]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.278 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:55 smithi105 bash[21781]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:55 smithi137 bash[22057]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:56.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:55 smithi137 bash[22057]: cluster 2024-09-21T18:54:54.436684+0000 mgr.x (mgr.14152) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:57 smithi067 bash[19894]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:57 smithi067 bash[19894]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:57 smithi105 bash[21781]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:57 smithi105 bash[21781]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:57 smithi137 bash[22057]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:57 smithi137 bash[22057]: cluster 2024-09-21T18:54:56.437146+0000 mgr.x (mgr.14152) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:54:59.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:58 smithi067 bash[19894]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:58 smithi067 bash[19894]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:58 smithi067 bash[19894]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:59.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:58 smithi067 bash[19894]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:59.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:58 smithi105 bash[21781]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:58 smithi105 bash[21781]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:58 smithi105 bash[21781]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:59.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:58 smithi105 bash[21781]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:59.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:58 smithi137 bash[22057]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:58 smithi137 bash[22057]: audit 2024-09-21T18:54:58.108392+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T18:54:59.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:58 smithi137 bash[22057]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:54:59.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:58 smithi137 bash[22057]: audit 2024-09-21T18:54:58.110198+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:00.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:59 smithi067 bash[19894]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:59 smithi067 bash[19894]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:59 smithi067 bash[19894]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:00.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:54:59 smithi067 bash[19894]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:00.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:59 smithi105 bash[21781]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:59 smithi105 bash[21781]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:59 smithi105 bash[21781]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:00.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:54:59 smithi105 bash[21781]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:00.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:59 smithi137 bash[22057]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:59 smithi137 bash[22057]: cephadm 2024-09-21T18:54:58.111797+0000 mgr.x (mgr.14152) 179 : cephadm [INF] Deploying daemon osd.2 on smithi105 2024-09-21T18:55:00.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:59 smithi137 bash[22057]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:00.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:54:59 smithi137 bash[22057]: cluster 2024-09-21T18:54:58.437691+0000 mgr.x (mgr.14152) 180 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:01 smithi105 bash[21781]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.230 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:01 smithi105 bash[21781]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:01 smithi067 bash[19894]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:01 smithi067 bash[19894]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:01 smithi137 bash[22057]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:01 smithi137 bash[22057]: cluster 2024-09-21T18:55:00.438179+0000 mgr.x (mgr.14152) 181 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:02.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:02.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:02 smithi067 bash[19894]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:02 smithi105 bash[21781]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.590078+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.596850+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:03.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:02 smithi137 bash[22057]: audit 2024-09-21T18:55:02.603962+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:04.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:03 smithi067 bash[19894]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:04.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:03 smithi067 bash[19894]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:04.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:03 smithi105 bash[21781]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:04.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:03 smithi105 bash[21781]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:04.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:03 smithi137 bash[22057]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:04.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:03 smithi137 bash[22057]: cluster 2024-09-21T18:55:02.438807+0000 mgr.x (mgr.14152) 182 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:05 smithi067 bash[19894]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:05 smithi067 bash[19894]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:05 smithi105 bash[21781]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:05 smithi105 bash[21781]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:05 smithi137 bash[22057]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:06.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:05 smithi137 bash[22057]: cluster 2024-09-21T18:55:04.439324+0000 mgr.x (mgr.14152) 183 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:07 smithi067 bash[19894]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:07 smithi067 bash[19894]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:07 smithi105 bash[21781]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:07 smithi105 bash[21781]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:07 smithi137 bash[22057]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:07 smithi137 bash[22057]: cluster 2024-09-21T18:55:06.439829+0000 mgr.x (mgr.14152) 184 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:09.149 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.150 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:08 smithi105 bash[21781]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:08 smithi067 bash[19894]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.957624+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.964939+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.966668+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.968564+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:08 smithi137 bash[22057]: audit 2024-09-21T18:55:07.977796+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:10.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:09 smithi067 bash[19894]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:10.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:09 smithi067 bash[19894]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:09 smithi105 bash[21781]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:09 smithi105 bash[21781]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:09 smithi137 bash[22057]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:09 smithi137 bash[22057]: cluster 2024-09-21T18:55:08.440344+0000 mgr.x (mgr.14152) 185 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:11 smithi067 bash[19894]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:11 smithi105 bash[21781]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: cluster 2024-09-21T18:55:10.440814+0000 mgr.x (mgr.14152) 186 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: audit 2024-09-21T18:55:11.968670+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-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:11 smithi137 bash[22057]: audit 2024-09-21T18:55:11.968945+0000 mon.b (mon.2) 4 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T18:55:12.627 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 2 on host 'smithi105' 2024-09-21T18:55:13.242 DEBUG:teuthology.orchestra.run.smithi105:osd.2> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.2.service 2024-09-21T18:55:13.244 INFO:tasks.cephadm:Deploying osd.3 on smithi105 with /dev/vg_nvme/lv_3... 2024-09-21T18:55:13.245 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-21T18:55:13.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:13 smithi105 bash[21781]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:13 smithi137 bash[22057]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:12 smithi067 bash[19894]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:12 smithi067 bash[19894]: audit 2024-09-21T18:55:11.989537+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-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:12 smithi067 bash[19894]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:11.992757+0000 mon.b (mon.2) 5 : audit [INF] from='osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: cluster 2024-09-21T18:55:11.993606+0000 mon.a (mon.0) 373 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:11.994143+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:11.994857+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=smithi105", "root=default"]} : dispatch 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.606600+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.613356+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:13.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:13 smithi067 bash[19894]: audit 2024-09-21T18:55:12.621173+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:14 smithi105 bash[21781]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:14 smithi137 bash[22057]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: cluster 2024-09-21T18:55:12.441285+0000 mgr.x (mgr.14152) 187 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:12.998471+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=smithi105", "root=default"]}]': finished 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.005588+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:13.006157+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:14.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:14 smithi067 bash[19894]: audit 2024-09-21T18:55:13.011890+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:15.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:15 smithi105 bash[21781]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:15.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:15 smithi137 bash[22057]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.011783+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:13.011900+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.005415+0000 mon.a (mon.0) 383 : cluster [INF] osd.2 [v2:172.21.15.105:6800/3369428689,v1:172.21.15.105:6801/3369428689] boot 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.005471+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-21T18:55:15.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: audit 2024-09-21T18:55:14.006111+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T18:55:15.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:15.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:15 smithi067 bash[19894]: audit 2024-09-21T18:55:14.954185+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:16.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:16 smithi105 bash[21781]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:16.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:16 smithi137 bash[22057]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: cluster 2024-09-21T18:55:14.441871+0000 mgr.x (mgr.14152) 188 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: audit 2024-09-21T18:55:15.019095+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' 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-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: cluster 2024-09-21T18:55:15.026861+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:16.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:16 smithi067 bash[19894]: audit 2024-09-21T18:55:15.028873+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T18:55:17.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:17 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.498 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:17 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.021574+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: cluster 2024-09-21T18:55:16.026051+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.765499+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.917609+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:17.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.919919+0000 mon.a (mon.0) 394 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.977719+0000 mon.a (mon.0) 395 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978124+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978410+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.978703+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.981859+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.537 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982346+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:17.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.538 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:17 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982692+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:17.629 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:18 smithi105 bash[21781]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:18.362 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:18 smithi137 bash[22057]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:16.442456+0000 mgr.x (mgr.14152) 189 : cluster [DBG] pgmap v146: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:16.982370+0000 mon.c (mon.1) 3 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.039218+0000 mon.c (mon.1) 4 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:17.050611+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.085876+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089054+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089337+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089634+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.089863+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T18:55:18.496 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: audit 2024-09-21T18:55:17.140266+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T18:55:18.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:18.497 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:18 smithi067 bash[19894]: cluster 2024-09-21T18:55:17.776309+0000 mon.a (mon.0) 407 : cluster [DBG] mgrmap e15: x(active, since 4m) 2024-09-21T18:55:20.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:20 smithi105 bash[21781]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:20.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:20 smithi105 bash[21781]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:20.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:20 smithi137 bash[22057]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:20.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:20 smithi137 bash[22057]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:20.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:20 smithi067 bash[19894]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:20.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:20 smithi067 bash[19894]: cluster 2024-09-21T18:55:18.442966+0000 mgr.x (mgr.14152) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:22 smithi137 bash[22057]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:22 smithi137 bash[22057]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.439 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:22 smithi105 bash[21781]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.439 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:22 smithi105 bash[21781]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:22 smithi067 bash[19894]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:22 smithi067 bash[19894]: cluster 2024-09-21T18:55:20.443545+0000 mgr.x (mgr.14152) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:23 smithi105 bash[21781]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:23 smithi137 bash[22057]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cluster 2024-09-21T18:55:22.444105+0000 mgr.x (mgr.14152) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cephadm 2024-09-21T18:55:22.836167+0000 mgr.x (mgr.14152) 193 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.843800+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.851356+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.853684+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: cephadm 2024-09-21T18:55:22.855052+0000 mgr.x (mgr.14152) 194 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 21361M 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.860710+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.874834+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.876668+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:55:24.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:24.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:23 smithi067 bash[19894]: audit 2024-09-21T18:55:22.886110+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:25.001 INFO:teuthology.orchestra.run.smithi105.stdout: 2024-09-21T18:55:25.051 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi105:vg_nvme/lv_3 2024-09-21T18:55:26.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:25 smithi137 bash[22057]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:26.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:25 smithi137 bash[22057]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:26.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:25 smithi067 bash[19894]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:26.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:25 smithi067 bash[19894]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:26.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:25 smithi105 bash[21781]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:26.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:25 smithi105 bash[21781]: cluster 2024-09-21T18:55:24.444746+0000 mgr.x (mgr.14152) 195 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:27 smithi137 bash[22057]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:27 smithi137 bash[22057]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:27 smithi067 bash[19894]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:27 smithi067 bash[19894]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:27 smithi105 bash[21781]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:28.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:27 smithi105 bash[21781]: cluster 2024-09-21T18:55:26.445336+0000 mgr.x (mgr.14152) 196 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:29.774 INFO:teuthology.orchestra.run.smithi105.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.b/config 2024-09-21T18:55:30.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:29 smithi137 bash[22057]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:30.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:29 smithi137 bash[22057]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:30.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:29 smithi067 bash[19894]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:30.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:29 smithi067 bash[19894]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:30.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:29 smithi105 bash[21781]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:30.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:29 smithi105 bash[21781]: cluster 2024-09-21T18:55:28.445864+0000 mgr.x (mgr.14152) 197 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:32.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:31 smithi067 bash[19894]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:32.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:32.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:31 smithi105 bash[21781]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: cluster 2024-09-21T18:55:30.446414+0000 mgr.x (mgr.14152) 198 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.064103+0000 mgr.x (mgr.14152) 199 : audit [DBG] from='client.24167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi105:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.070556+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.077009+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:55:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:32.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:31 smithi137 bash[22057]: audit 2024-09-21T18:55:31.078865+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:33 smithi067 bash[19894]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:34.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:33 smithi067 bash[19894]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:33 smithi105 bash[21781]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:33 smithi105 bash[21781]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:33 smithi137 bash[22057]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:33 smithi137 bash[22057]: cluster 2024-09-21T18:55:32.446948+0000 mgr.x (mgr.14152) 200 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.181 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:35 smithi105 bash[21781]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.181 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:35 smithi105 bash[21781]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:35 smithi067 bash[19894]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:35 smithi067 bash[19894]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:35 smithi137 bash[22057]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:36.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:35 smithi137 bash[22057]: cluster 2024-09-21T18:55:34.447484+0000 mgr.x (mgr.14152) 201 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:37 smithi067 bash[19894]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:37 smithi067 bash[19894]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:37 smithi105 bash[21781]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:37 smithi105 bash[21781]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:37 smithi137 bash[22057]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:38.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:37 smithi137 bash[22057]: cluster 2024-09-21T18:55:36.448003+0000 mgr.x (mgr.14152) 202 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:40.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:39 smithi067 bash[19894]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:40.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:40.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:39 smithi105 bash[21781]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: cluster 2024-09-21T18:55:38.448563+0000 mgr.x (mgr.14152) 203 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.397096+0000 mon.a (mon.0) 418 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.397421+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.105:0/1865364723' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"} : dispatch 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.400569+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9fd187ca-6037-43cb-8b74-69b7f8f73263"}]': finished 2024-09-21T18:55:40.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: cluster 2024-09-21T18:55:39.405278+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2024-09-21T18:55:40.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:40.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:39 smithi137 bash[22057]: audit 2024-09-21T18:55:39.406213+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:55:41.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:40 smithi067 bash[19894]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:41.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:40 smithi067 bash[19894]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:41.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:40 smithi105 bash[21781]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:41.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:40 smithi105 bash[21781]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:41.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:40 smithi137 bash[22057]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:41.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:40 smithi137 bash[22057]: audit 2024-09-21T18:55:40.031996+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.105:0/4170272635' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:55:42.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:41 smithi067 bash[19894]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:42.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:41 smithi067 bash[19894]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:42.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:41 smithi105 bash[21781]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:42.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:41 smithi105 bash[21781]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:42.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:41 smithi137 bash[22057]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:42.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:41 smithi137 bash[22057]: cluster 2024-09-21T18:55:40.449030+0000 mgr.x (mgr.14152) 204 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:43 smithi105 bash[21781]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:43 smithi105 bash[21781]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:43 smithi067 bash[19894]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:43 smithi067 bash[19894]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:43 smithi137 bash[22057]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:44.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:43 smithi137 bash[22057]: cluster 2024-09-21T18:55:42.449570+0000 mgr.x (mgr.14152) 205 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:45 smithi067 bash[19894]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:45 smithi067 bash[19894]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:45 smithi105 bash[21781]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:45 smithi105 bash[21781]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:45 smithi137 bash[22057]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:45 smithi137 bash[22057]: cluster 2024-09-21T18:55:44.450093+0000 mgr.x (mgr.14152) 206 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.246 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:47 smithi067 bash[19894]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.247 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:47 smithi067 bash[19894]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:47 smithi105 bash[21781]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:47 smithi105 bash[21781]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:47 smithi137 bash[22057]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:48.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:47 smithi137 bash[22057]: cluster 2024-09-21T18:55:46.450635+0000 mgr.x (mgr.14152) 207 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:49 smithi067 bash[19894]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:49 smithi067 bash[19894]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:49 smithi105 bash[21781]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:49 smithi105 bash[21781]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:49 smithi137 bash[22057]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:50.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:49 smithi137 bash[22057]: cluster 2024-09-21T18:55:48.451168+0000 mgr.x (mgr.14152) 208 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:51 smithi067 bash[19894]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:51 smithi067 bash[19894]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:51 smithi105 bash[21781]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:51 smithi105 bash[21781]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:51 smithi137 bash[22057]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:52.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:51 smithi137 bash[22057]: cluster 2024-09-21T18:55:50.451721+0000 mgr.x (mgr.14152) 209 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:54.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:53 smithi067 bash[19894]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:54.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:53 smithi105 bash[21781]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:54.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: cluster 2024-09-21T18:55:52.452426+0000 mgr.x (mgr.14152) 210 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: audit 2024-09-21T18:55:52.945189+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: audit 2024-09-21T18:55:52.946940+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:54.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:53 smithi137 bash[22057]: cephadm 2024-09-21T18:55:52.948550+0000 mgr.x (mgr.14152) 211 : cephadm [INF] Deploying daemon osd.3 on smithi105 2024-09-21T18:55:56.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:55 smithi105 bash[21781]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:56.237 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:55 smithi105 bash[21781]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:55 smithi067 bash[19894]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:56.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:55 smithi067 bash[19894]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:56.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:55 smithi137 bash[22057]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:56.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:55 smithi137 bash[22057]: cluster 2024-09-21T18:55:54.453062+0000 mgr.x (mgr.14152) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:57.329 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:57.329 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 18:55:57 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:57.692 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:57.692 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 18:55:57 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:57 smithi105 bash[21781]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:57 smithi067 bash[19894]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: cluster 2024-09-21T18:55:56.453614+0000 mgr.x (mgr.14152) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.631248+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.637933+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:55:58.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:57 smithi137 bash[22057]: audit 2024-09-21T18:55:57.645407+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:00.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:59 smithi067 bash[19894]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:00.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:55:59 smithi067 bash[19894]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:59 smithi105 bash[21781]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:00.272 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:55:59 smithi105 bash[21781]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:00.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:59 smithi137 bash[22057]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:00.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:55:59 smithi137 bash[22057]: cluster 2024-09-21T18:55:58.454136+0000 mgr.x (mgr.14152) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:01 smithi067 bash[19894]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:01 smithi067 bash[19894]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:01 smithi105 bash[21781]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:01 smithi105 bash[21781]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:01 smithi137 bash[22057]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:01 smithi137 bash[22057]: cluster 2024-09-21T18:56:00.454689+0000 mgr.x (mgr.14152) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:03 smithi067 bash[19894]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:03 smithi067 bash[19894]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:03 smithi105 bash[21781]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:03 smithi105 bash[21781]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:03 smithi137 bash[22057]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:03 smithi137 bash[22057]: cluster 2024-09-21T18:56:02.455201+0000 mgr.x (mgr.14152) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:04 smithi105 bash[21781]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:04 smithi067 bash[19894]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:03.954248+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:03.962121+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.616770+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.618022+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:05.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:04 smithi137 bash[22057]: audit 2024-09-21T18:56:04.626385+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:06.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:05 smithi067 bash[19894]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:06.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:05 smithi067 bash[19894]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:06.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:05 smithi105 bash[21781]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:06.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:05 smithi105 bash[21781]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:06.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:05 smithi137 bash[22057]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:06.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:05 smithi137 bash[22057]: cluster 2024-09-21T18:56:04.455717+0000 mgr.x (mgr.14152) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.069 INFO:teuthology.orchestra.run.smithi105.stdout:Created osd(s) 3 on host 'smithi105' 2024-09-21T18:56:08.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:07 smithi067 bash[19894]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:07 smithi105 bash[21781]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: cluster 2024-09-21T18:56:06.456254+0000 mgr.x (mgr.14152) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: audit 2024-09-21T18:56:07.162032+0000 mon.b (mon.2) 10 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:07 smithi137 bash[22057]: audit 2024-09-21T18:56:07.162047+0000 mon.a (mon.0) 432 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T18:56:08.694 DEBUG:teuthology.orchestra.run.smithi105:osd.3> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.3.service 2024-09-21T18:56:08.696 INFO:tasks.cephadm:Deploying osd.4 on smithi137 with /dev/vg_nvme/lv_4... 2024-09-21T18:56:08.697 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_4 2024-09-21T18:56:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.244 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.245 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:08 smithi067 bash[19894]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.285 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[29699]: debug 2024-09-21T18:56:08.989+0000 7f77c4309640 -1 osd.3 0 waiting for initial osdmap 2024-09-21T18:56:09.285 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[29699]: debug 2024-09-21T18:56:09.013+0000 7f77c0130640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:08 smithi105 bash[21781]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.976545+0000 mon.a (mon.0) 433 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: cluster 2024-09-21T18:56:07.981122+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.981573+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.983300+0000 mon.b (mon.2) 11 : audit [INF] from='osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:07.983367+0000 mon.a (mon.0) 436 : audit [INF] from='osd.3 ' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]} : dispatch 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.047172+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.053967+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:09.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:08 smithi137 bash[22057]: audit 2024-09-21T18:56:08.061554+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:10.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:09 smithi105 bash[21781]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:10.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:09 smithi137 bash[22057]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.456864+0000 mgr.x (mgr.14152) 219 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.978931+0000 mon.a (mon.0) 440 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]': finished 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.984078+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.985258+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: audit 2024-09-21T18:56:08.993443+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:10.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:09 smithi067 bash[19894]: cluster 2024-09-21T18:56:09.989416+0000 mon.a (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.105:6808/2602899168,v1:172.21.15.105:6809/2602899168] boot 2024-09-21T18:56:11.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:11.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:10 smithi105 bash[21781]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:11.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:10 smithi137 bash[22057]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.180979+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:08.181050+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:09.989495+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e25: 4 total, 4 up, 4 in 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: audit 2024-09-21T18:56:09.989891+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T18:56:11.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:11.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:10 smithi067 bash[19894]: cluster 2024-09-21T18:56:10.991840+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-21T18:56:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:12 smithi105 bash[21781]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:12 smithi105 bash[21781]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:12 smithi105 bash[21781]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:12.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:12 smithi105 bash[21781]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:12.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:12 smithi137 bash[22057]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:12 smithi137 bash[22057]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:12 smithi137 bash[22057]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:12.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:12 smithi137 bash[22057]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:12.417 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:56:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:12 smithi067 bash[19894]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:12 smithi067 bash[19894]: cluster 2024-09-21T18:56:10.457487+0000 mgr.x (mgr.14152) 220 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-21T18:56:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:12 smithi067 bash[19894]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:12.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:12 smithi067 bash[19894]: cluster 2024-09-21T18:56:11.992271+0000 mon.a (mon.0) 448 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-21T18:56:14.264 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:14 smithi105 bash[21781]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:14.264 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:14 smithi105 bash[21781]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:14.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:14 smithi137 bash[22057]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:14.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:14 smithi137 bash[22057]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:14.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:14 smithi067 bash[19894]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:14.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:14 smithi067 bash[19894]: cluster 2024-09-21T18:56:12.458032+0000 mgr.x (mgr.14152) 221 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:16 smithi105 bash[21781]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:16 smithi105 bash[21781]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.138 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-21T18:56:16.181 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2024-09-21T18:56:16.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:16 smithi137 bash[22057]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:16 smithi137 bash[22057]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:16 smithi067 bash[19894]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:16.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:16 smithi067 bash[19894]: cluster 2024-09-21T18:56:14.458571+0000 mgr.x (mgr.14152) 222 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:18.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:18 smithi105 bash[21781]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:18 smithi137 bash[22057]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: cluster 2024-09-21T18:56:16.459248+0000 mgr.x (mgr.14152) 223 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 89 KiB/s, 0 objects/s recovering 2024-09-21T18:56:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.474682+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.483994+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.486557+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.488351+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.497209+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.501750+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.503450+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:18.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:18 smithi067 bash[19894]: audit 2024-09-21T18:56:17.513158+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:19.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:19 smithi105 bash[21781]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:19 smithi105 bash[21781]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:19 smithi105 bash[21781]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:19 smithi105 bash[21781]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:19 smithi137 bash[22057]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:19 smithi137 bash[22057]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:19 smithi137 bash[22057]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:19 smithi137 bash[22057]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:19 smithi067 bash[19894]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:19 smithi067 bash[19894]: cephadm 2024-09-21T18:56:17.465272+0000 mgr.x (mgr.14152) 224 : cephadm [INF] Detected new or changed devices on smithi105 2024-09-21T18:56:19.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:19 smithi067 bash[19894]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:19 smithi067 bash[19894]: cephadm 2024-09-21T18:56:17.489625+0000 mgr.x (mgr.14152) 225 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 10680M 2024-09-21T18:56:19.898 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:56:20.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:20 smithi105 bash[21781]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:20.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:20 smithi105 bash[21781]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:20.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:20 smithi137 bash[22057]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:20.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:20 smithi137 bash[22057]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:20.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:20 smithi067 bash[19894]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:20.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:20 smithi067 bash[19894]: cluster 2024-09-21T18:56:18.459838+0000 mgr.x (mgr.14152) 226 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:22.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:22 smithi137 bash[22057]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:22.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:22 smithi067 bash[19894]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: cluster 2024-09-21T18:56:20.460389+0000 mgr.x (mgr.14152) 227 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.243613+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.249620+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:22.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:22 smithi105 bash[21781]: audit 2024-09-21T18:56:21.251367+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:23.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:23 smithi137 bash[22057]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:23.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:23 smithi137 bash[22057]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:23.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:23 smithi067 bash[19894]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:23.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:23 smithi067 bash[19894]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:23.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:23 smithi105 bash[21781]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:23.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:23 smithi105 bash[21781]: audit 2024-09-21T18:56:21.236822+0000 mgr.x (mgr.14152) 228 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:56:24.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:24 smithi137 bash[22057]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:24.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:24 smithi137 bash[22057]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:24.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:24 smithi067 bash[19894]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:24.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:24 smithi067 bash[19894]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:24.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:24 smithi105 bash[21781]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:24.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:24 smithi105 bash[21781]: cluster 2024-09-21T18:56:22.460991+0000 mgr.x (mgr.14152) 229 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.332 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:26 smithi137 bash[22057]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.333 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:26 smithi137 bash[22057]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:26 smithi067 bash[19894]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:26 smithi067 bash[19894]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:26 smithi105 bash[21781]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:26.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:26 smithi105 bash[21781]: cluster 2024-09-21T18:56:24.461544+0000 mgr.x (mgr.14152) 230 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:28 smithi137 bash[22057]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:28 smithi137 bash[22057]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:28 smithi067 bash[19894]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:28 smithi067 bash[19894]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:28 smithi105 bash[21781]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:28.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:28 smithi105 bash[21781]: cluster 2024-09-21T18:56:26.462127+0000 mgr.x (mgr.14152) 231 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:56:30.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:30.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:30 smithi137 bash[22057]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:30.495 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:30 smithi067 bash[19894]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: cluster 2024-09-21T18:56:28.462648+0000 mgr.x (mgr.14152) 232 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.635615+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.137:0/2677262215' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.636038+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"} : dispatch 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.639642+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e738238-f44f-4ef3-b7d5-24161e8a035d"}]': finished 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: cluster 2024-09-21T18:56:29.644564+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-21T18:56:30.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:30.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:30 smithi105 bash[21781]: audit 2024-09-21T18:56:29.644972+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:31.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:31 smithi137 bash[22057]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:31.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:31 smithi137 bash[22057]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:31.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:31 smithi067 bash[19894]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:31.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:31 smithi067 bash[19894]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:31.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:31 smithi105 bash[21781]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:31.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:31 smithi105 bash[21781]: audit 2024-09-21T18:56:30.256769+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.137:0/248992504' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:56:32.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:32 smithi137 bash[22057]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:32.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:32 smithi137 bash[22057]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:32.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:32 smithi067 bash[19894]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:32.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:32 smithi067 bash[19894]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:32.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:32 smithi105 bash[21781]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:32.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:32 smithi105 bash[21781]: cluster 2024-09-21T18:56:30.463174+0000 mgr.x (mgr.14152) 233 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:34 smithi137 bash[22057]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:34 smithi137 bash[22057]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:34 smithi067 bash[19894]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:34 smithi067 bash[19894]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:34 smithi105 bash[21781]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:34.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:34 smithi105 bash[21781]: cluster 2024-09-21T18:56:32.463717+0000 mgr.x (mgr.14152) 234 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:36 smithi137 bash[22057]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:36 smithi137 bash[22057]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:36 smithi067 bash[19894]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:36 smithi067 bash[19894]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:36 smithi105 bash[21781]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:36.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:36 smithi105 bash[21781]: cluster 2024-09-21T18:56:34.464237+0000 mgr.x (mgr.14152) 235 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:38 smithi137 bash[22057]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:38 smithi137 bash[22057]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:38 smithi067 bash[19894]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:38 smithi067 bash[19894]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:38 smithi105 bash[21781]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:38.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:38 smithi105 bash[21781]: cluster 2024-09-21T18:56:36.464897+0000 mgr.x (mgr.14152) 236 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:39 smithi067 bash[19894]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:39 smithi067 bash[19894]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:39 smithi105 bash[21781]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:39 smithi105 bash[21781]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:39 smithi137 bash[22057]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:39.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:39 smithi137 bash[22057]: cluster 2024-09-21T18:56:38.465455+0000 mgr.x (mgr.14152) 237 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:41 smithi105 bash[21781]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:41 smithi105 bash[21781]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.787 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:41 smithi137 bash[22057]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.787 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:41 smithi137 bash[22057]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:41 smithi067 bash[19894]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:41 smithi067 bash[19894]: cluster 2024-09-21T18:56:40.465993+0000 mgr.x (mgr.14152) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:43.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:43 smithi105 bash[21781]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:43.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:43.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:43 smithi137 bash[22057]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:43.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: cluster 2024-09-21T18:56:42.466556+0000 mgr.x (mgr.14152) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: audit 2024-09-21T18:56:42.788644+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: audit 2024-09-21T18:56:42.790704+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:43.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:43 smithi067 bash[19894]: cephadm 2024-09-21T18:56:42.792378+0000 mgr.x (mgr.14152) 240 : cephadm [INF] Deploying daemon osd.4 on smithi137 2024-09-21T18:56:45.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:45 smithi105 bash[21781]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:45.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:45 smithi105 bash[21781]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:45.796 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:45 smithi137 bash[22057]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:45.796 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:45 smithi137 bash[22057]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:45.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:45 smithi067 bash[19894]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:45.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:45 smithi067 bash[19894]: cluster 2024-09-21T18:56:44.467073+0000 mgr.x (mgr.14152) 241 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:46.979 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:46 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:56:47.314 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:56:47.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:47.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:47.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:47.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:47.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:47 smithi137 bash[22057]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:47.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:47.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:47 smithi067 bash[19894]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: cluster 2024-09-21T18:56:46.467615+0000 mgr.x (mgr.14152) 242 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.250437+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.256983+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:48.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:47 smithi105 bash[21781]: audit 2024-09-21T18:56:47.264137+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:49.790 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:49 smithi137 bash[22057]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:49.790 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:49 smithi137 bash[22057]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:49.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:49 smithi067 bash[19894]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:49.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:49 smithi067 bash[19894]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:50.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:49 smithi105 bash[21781]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:50.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:49 smithi105 bash[21781]: cluster 2024-09-21T18:56:48.468165+0000 mgr.x (mgr.14152) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:51 smithi137 bash[22057]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:51 smithi137 bash[22057]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:51 smithi067 bash[19894]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:51 smithi067 bash[19894]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:51 smithi105 bash[21781]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:52.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:51 smithi105 bash[21781]: cluster 2024-09-21T18:56:50.468763+0000 mgr.x (mgr.14152) 244 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:53 smithi137 bash[22057]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:53.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:53 smithi067 bash[19894]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: cluster 2024-09-21T18:56:52.469349+0000 mgr.x (mgr.14152) 245 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.511463+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.519247+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.520974+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.523047+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:53 smithi105 bash[21781]: audit 2024-09-21T18:56:53.532812+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:55.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:55 smithi137 bash[22057]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:55.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:55 smithi137 bash[22057]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:55.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:55 smithi067 bash[19894]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:55.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:55 smithi067 bash[19894]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:55 smithi105 bash[21781]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:55 smithi105 bash[21781]: cluster 2024-09-21T18:56:54.469871+0000 mgr.x (mgr.14152) 246 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:57.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:57.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:57.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:57 smithi137 bash[22057]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:57.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:57.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:57.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:57 smithi067 bash[19894]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:58.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: cluster 2024-09-21T18:56:56.470422+0000 mgr.x (mgr.14152) 247 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: audit 2024-09-21T18:56:56.992723+0000 mon.c (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:58.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:57 smithi105 bash[21781]: audit 2024-09-21T18:56:56.993085+0000 mon.a (mon.0) 474 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T18:56:58.176 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 4 on host 'smithi137' 2024-09-21T18:56:58.801 DEBUG:teuthology.orchestra.run.smithi137:osd.4> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.4.service 2024-09-21T18:56:58.804 INFO:tasks.cephadm:Deploying osd.5 on smithi137 with /dev/vg_nvme/lv_3... 2024-09-21T18:56:58.804 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- lvm zap /dev/vg_nvme/lv_3 2024-09-21T18:56:58.856 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:58.856 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:58.856 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.856 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:58 smithi137 bash[22057]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:58.996 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:58 smithi067 bash[19894]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.565024+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.567984+0000 mon.c (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: cluster 2024-09-21T18:56:57.569179+0000 mon.a (mon.0) 476 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.569734+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:57.570570+0000 mon.a (mon.0) 478 : audit [INF] from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.156149+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.163209+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:59.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:58 smithi105 bash[21781]: audit 2024-09-21T18:56:58.170371+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:56:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:56:59 smithi137 bash[22057]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:59.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:56:59.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:56:59.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:56:59.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:56:59 smithi067 bash[19894]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.470941+0000 mgr.x (mgr.14152) 248 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.567542+0000 mon.a (mon.0) 482 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.572136+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.572996+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:58.577644+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:56:59 smithi105 bash[21781]: audit 2024-09-21T18:56:59.576854+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:00.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:00.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:00.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:00 smithi137 bash[22057]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:00.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:00.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:00.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:00.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:00 smithi067 bash[19894]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.038259+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:58.038389+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:59.594018+0000 mon.a (mon.0) 487 : cluster [INF] osd.4 [v2:172.21.15.137:6800/196474074,v1:172.21.15.137:6801/196474074] boot 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: cluster 2024-09-21T18:56:59.594125+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-21T18:57:01.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:01.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:00 smithi105 bash[21781]: audit 2024-09-21T18:56:59.594481+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T18:57:01.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:01 smithi137 bash[22057]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:01.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:01 smithi137 bash[22057]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:01.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:01 smithi137 bash[22057]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:01.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:01 smithi137 bash[22057]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:01.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:01 smithi067 bash[19894]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:01.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:01 smithi067 bash[19894]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:01.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:01 smithi067 bash[19894]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:01.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:01 smithi067 bash[19894]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:02.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:01 smithi105 bash[21781]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:02.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:01 smithi105 bash[21781]: cluster 2024-09-21T18:57:00.471456+0000 mgr.x (mgr.14152) 249 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 358 GiB / 358 GiB avail 2024-09-21T18:57:02.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:01 smithi105 bash[21781]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:02.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:01 smithi105 bash[21781]: cluster 2024-09-21T18:57:00.603924+0000 mon.a (mon.0) 490 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-21T18:57:02.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:02 smithi067 bash[19894]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:02.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:02 smithi067 bash[19894]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:03.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:02 smithi105 bash[21781]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:03.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:02 smithi105 bash[21781]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:03.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:02 smithi137 bash[22057]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:03.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:02 smithi137 bash[22057]: cluster 2024-09-21T18:57:01.604433+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-21T18:57:03.200 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:57:03.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:03 smithi067 bash[19894]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:03.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:03 smithi067 bash[19894]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:04.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:03 smithi105 bash[21781]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:04.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:03 smithi105 bash[21781]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:04.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:03 smithi137 bash[22057]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:04.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:03 smithi137 bash[22057]: cluster 2024-09-21T18:57:02.471987+0000 mgr.x (mgr.14152) 250 : cluster [DBG] pgmap v212: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:05.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:05 smithi067 bash[19894]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:05.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:05 smithi067 bash[19894]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:06.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:05 smithi105 bash[21781]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:06.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:05 smithi105 bash[21781]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:06.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:05 smithi137 bash[22057]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:06.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:05 smithi137 bash[22057]: cluster 2024-09-21T18:57:04.472555+0000 mgr.x (mgr.14152) 251 : cluster [DBG] pgmap v213: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:07.962 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:07 smithi137 bash[22057]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:07.962 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:07 smithi137 bash[22057]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:07.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:07 smithi067 bash[19894]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:07.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:07 smithi067 bash[19894]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:08.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:07 smithi105 bash[21781]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:08.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:07 smithi105 bash[21781]: cluster 2024-09-21T18:57:06.473081+0000 mgr.x (mgr.14152) 252 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-21T18:57:08.376 INFO:teuthology.orchestra.run.smithi137.stdout: 2024-09-21T18:57:08.412 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch daemon add osd smithi137:vg_nvme/lv_3 2024-09-21T18:57:09.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:09 smithi137 bash[22057]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:09.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:09 smithi137 bash[22057]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:09.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:09 smithi067 bash[19894]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:09.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:09 smithi067 bash[19894]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:10.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:09 smithi105 bash[21781]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:10.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:09 smithi105 bash[21781]: cluster 2024-09-21T18:57:08.473737+0000 mgr.x (mgr.14152) 253 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:57:11.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:11.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:11.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:11.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:11 smithi067 bash[19894]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:11 smithi105 bash[21781]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:12.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: cluster 2024-09-21T18:57:10.474317+0000 mgr.x (mgr.14152) 254 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.251892+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.259428+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.261814+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.269456+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.273471+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:12.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.275564+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:12.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:11 smithi137 bash[22057]: audit 2024-09-21T18:57:11.285908+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:12.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:12 smithi067 bash[19894]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:12.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:12 smithi067 bash[19894]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:12 smithi067 bash[19894]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:12.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:12 smithi067 bash[19894]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:13.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:12 smithi105 bash[21781]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:13.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:12 smithi105 bash[21781]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:13.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:12 smithi105 bash[21781]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:13.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:12 smithi105 bash[21781]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:13.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:12 smithi137 bash[22057]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:13.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:12 smithi137 bash[22057]: cephadm 2024-09-21T18:57:11.244453+0000 mgr.x (mgr.14152) 255 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:57:13.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:12 smithi137 bash[22057]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:13.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:12 smithi137 bash[22057]: cephadm 2024-09-21T18:57:11.263442+0000 mgr.x (mgr.14152) 256 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 21361M 2024-09-21T18:57:13.698 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.c/config 2024-09-21T18:57:13.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:13 smithi067 bash[19894]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:13.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:13 smithi067 bash[19894]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:13 smithi105 bash[21781]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:13 smithi105 bash[21781]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:14.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:13 smithi137 bash[22057]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:14.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:13 smithi137 bash[22057]: cluster 2024-09-21T18:57:12.474912+0000 mgr.x (mgr.14152) 257 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:57:15.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:15.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:15.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:15.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:15.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:15 smithi067 bash[19894]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:16.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:16.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:15 smithi105 bash[21781]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:16.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:16.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: cluster 2024-09-21T18:57:14.475459+0000 mgr.x (mgr.14152) 258 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:16.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:16.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.067049+0000 mgr.x (mgr.14152) 259 : audit [DBG] from='client.24202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:57:16.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:16.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.073437+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T18:57:16.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:16.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.079491+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T18:57:16.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:16.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:15 smithi137 bash[22057]: audit 2024-09-21T18:57:15.081234+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:17.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:17 smithi067 bash[19894]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:17.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:17 smithi067 bash[19894]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:18.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:17 smithi105 bash[21781]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:18.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:17 smithi105 bash[21781]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:18.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:17 smithi137 bash[22057]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:18.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:17 smithi137 bash[22057]: cluster 2024-09-21T18:57:16.476039+0000 mgr.x (mgr.14152) 260 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-21T18:57:19.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:19 smithi067 bash[19894]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:19.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:19 smithi067 bash[19894]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:20.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:19 smithi105 bash[21781]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:20.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:19 smithi105 bash[21781]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:20.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:19 smithi137 bash[22057]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:20.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:19 smithi137 bash[22057]: cluster 2024-09-21T18:57:18.476574+0000 mgr.x (mgr.14152) 261 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:21.941 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:21 smithi137 bash[22057]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:21.942 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:21 smithi137 bash[22057]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:21.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:21 smithi067 bash[19894]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:21.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:21 smithi067 bash[19894]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:22.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:21 smithi105 bash[21781]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:22.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:21 smithi105 bash[21781]: cluster 2024-09-21T18:57:20.477093+0000 mgr.x (mgr.14152) 262 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:23.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:23.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:23 smithi067 bash[19894]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:24.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:24.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:23 smithi105 bash[21781]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:24.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:24.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: cluster 2024-09-21T18:57:22.477659+0000 mgr.x (mgr.14152) 263 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:24.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.542993+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.137:0/711940129' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.543710+0000 mon.a (mon.0) 502 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"} : dispatch 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.547433+0000 mon.a (mon.0) 503 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "866269a7-6120-4f3a-a32b-cfa0062192fd"}]': finished 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: cluster 2024-09-21T18:57:23.552292+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:24.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:23 smithi137 bash[22057]: audit 2024-09-21T18:57:23.552710+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:24.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:24 smithi067 bash[19894]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:24.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:24 smithi067 bash[19894]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:25.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:24 smithi105 bash[21781]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:25.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:24 smithi105 bash[21781]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:25.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:24 smithi137 bash[22057]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:25.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:24 smithi137 bash[22057]: audit 2024-09-21T18:57:24.139058+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.137:0/2030059980' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T18:57:25.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:25 smithi067 bash[19894]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:25.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:25 smithi067 bash[19894]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:26.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:25 smithi105 bash[21781]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:26.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:25 smithi105 bash[21781]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:25 smithi137 bash[22057]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:26.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:25 smithi137 bash[22057]: cluster 2024-09-21T18:57:24.478196+0000 mgr.x (mgr.14152) 264 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:27 smithi137 bash[22057]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:27 smithi137 bash[22057]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:27.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:27 smithi067 bash[19894]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:27.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:27 smithi067 bash[19894]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:28.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:27 smithi105 bash[21781]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:28.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:27 smithi105 bash[21781]: cluster 2024-09-21T18:57:26.478751+0000 mgr.x (mgr.14152) 265 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:29.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:29 smithi067 bash[19894]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:29.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:29 smithi067 bash[19894]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:30.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:29 smithi105 bash[21781]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:30.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:29 smithi105 bash[21781]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:30.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:29 smithi137 bash[22057]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:30.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:29 smithi137 bash[22057]: cluster 2024-09-21T18:57:28.479286+0000 mgr.x (mgr.14152) 266 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:31.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:31 smithi067 bash[19894]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:31.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:31 smithi067 bash[19894]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:31 smithi105 bash[21781]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:31 smithi105 bash[21781]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:32.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:31 smithi137 bash[22057]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:32.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:31 smithi137 bash[22057]: cluster 2024-09-21T18:57:30.479814+0000 mgr.x (mgr.14152) 267 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:33.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:33 smithi067 bash[19894]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:33.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:33 smithi067 bash[19894]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:34.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:33 smithi105 bash[21781]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:34.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:33 smithi105 bash[21781]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:34.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:33 smithi137 bash[22057]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:34.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:33 smithi137 bash[22057]: cluster 2024-09-21T18:57:32.480359+0000 mgr.x (mgr.14152) 268 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:35.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:35 smithi067 bash[19894]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:35.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:35 smithi067 bash[19894]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:36.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:35 smithi137 bash[22057]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:36.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:35 smithi137 bash[22057]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:36.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:35 smithi105 bash[21781]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:36.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:35 smithi105 bash[21781]: cluster 2024-09-21T18:57:34.480914+0000 mgr.x (mgr.14152) 269 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:37.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:37 smithi137 bash[22057]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:37.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:37.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:37 smithi067 bash[19894]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:38.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:38.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: cluster 2024-09-21T18:57:36.481469+0000 mgr.x (mgr.14152) 270 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:38.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:38.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: audit 2024-09-21T18:57:37.067746+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T18:57:38.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:38.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: audit 2024-09-21T18:57:37.069617+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:38.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:38.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:37 smithi105 bash[21781]: cephadm 2024-09-21T18:57:37.071293+0000 mgr.x (mgr.14152) 271 : cephadm [INF] Deploying daemon osd.5 on smithi137 2024-09-21T18:57:39.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:39 smithi137 bash[22057]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:39.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:39 smithi137 bash[22057]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:39 smithi067 bash[19894]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:39.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:39 smithi067 bash[19894]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:39 smithi105 bash[21781]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:39 smithi105 bash[21781]: cluster 2024-09-21T18:57:38.481982+0000 mgr.x (mgr.14152) 272 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:41.706 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:41 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:57:41.706 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 18:57:41 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:57:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:41 smithi067 bash[19894]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:41 smithi067 bash[19894]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:41 smithi105 bash[21781]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:41 smithi105 bash[21781]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:42.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 18:57:41 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:57:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:41 smithi137 bash[22057]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:41 smithi137 bash[22057]: cluster 2024-09-21T18:57:40.482506+0000 mgr.x (mgr.14152) 273 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:41 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:42.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:42 smithi067 bash[19894]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:42 smithi105 bash[21781]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.039 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:43.039 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.871660+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:43.040 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.040 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.876962+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.040 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.040 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:42 smithi137 bash[22057]: audit 2024-09-21T18:57:41.884684+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:43.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:43 smithi067 bash[19894]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:43.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:43 smithi067 bash[19894]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:44.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:43 smithi105 bash[21781]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:44.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:43 smithi105 bash[21781]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:44.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:43 smithi137 bash[22057]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:44.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:43 smithi137 bash[22057]: cluster 2024-09-21T18:57:42.482987+0000 mgr.x (mgr.14152) 274 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:45.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:45 smithi067 bash[19894]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:45.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:45 smithi067 bash[19894]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:46.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:45 smithi105 bash[21781]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:46.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:45 smithi105 bash[21781]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:46.043 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:45 smithi137 bash[22057]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:46.043 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:45 smithi137 bash[22057]: cluster 2024-09-21T18:57:44.483499+0000 mgr.x (mgr.14152) 275 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:47.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:47 smithi067 bash[19894]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:47.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:47 smithi067 bash[19894]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:48.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:47 smithi105 bash[21781]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:48.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:47 smithi105 bash[21781]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:48.076 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:47 smithi137 bash[22057]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:48.076 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:47 smithi137 bash[22057]: cluster 2024-09-21T18:57:46.484073+0000 mgr.x (mgr.14152) 276 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.264 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:49 smithi137 bash[22057]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:49 smithi067 bash[19894]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.195162+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.203412+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: cluster 2024-09-21T18:57:48.484631+0000 mgr.x (mgr.14152) 277 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.870238+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.872124+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:49 smithi105 bash[21781]: audit 2024-09-21T18:57:48.882224+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:51 smithi137 bash[22057]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:51.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:51.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:51 smithi067 bash[19894]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: cluster 2024-09-21T18:57:50.485164+0000 mgr.x (mgr.14152) 278 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: audit 2024-09-21T18:57:50.911799+0000 mon.c (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:52.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:51 smithi105 bash[21781]: audit 2024-09-21T18:57:50.912527+0000 mon.a (mon.0) 516 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T18:57:52.487 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 5 on host 'smithi137' 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:52.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:52 smithi137 bash[22057]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:52.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:52.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:52.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:52.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:52 smithi067 bash[19894]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:53.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:53.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.548571+0000 mon.a (mon.0) 517 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.553127+0000 mon.a (mon.0) 518 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.553552+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.555182+0000 mon.c (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:51.555878+0000 mon.a (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.467973+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:57:53.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:53.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.475051+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:53.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:53.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:52 smithi105 bash[21781]: audit 2024-09-21T18:57:52.483971+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:57:53.177 DEBUG:teuthology.orchestra.run.smithi137:osd.5> sudo journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.5.service 2024-09-21T18:57:53.180 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-21T18:57:53.180 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:53 smithi137 bash[22057]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:53.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:53 smithi067 bash[19894]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:54.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: cluster 2024-09-21T18:57:52.485769+0000 mgr.x (mgr.14152) 279 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:54.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.552528+0000 mon.a (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: cluster 2024-09-21T18:57:52.556830+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.557819+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:53 smithi105 bash[21781]: audit 2024-09-21T18:57:52.559777+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:54.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:54 smithi137 bash[22057]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:54.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:54.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:54 smithi067 bash[19894]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:55.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.926031+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:51.926155+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: audit 2024-09-21T18:57:53.560292+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:53.571547+0000 mon.a (mon.0) 529 : cluster [INF] osd.5 [v2:172.21.15.137:6808/1077460581,v1:172.21.15.137:6809/1077460581] boot 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: cluster 2024-09-21T18:57:53.571618+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:55.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:54 smithi105 bash[21781]: audit 2024-09-21T18:57:53.572229+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T18:57:55.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:55 smithi137 bash[22057]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:55.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:55 smithi137 bash[22057]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:55.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:55 smithi137 bash[22057]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:55.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:55 smithi137 bash[22057]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:55.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:55 smithi067 bash[19894]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:55.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:55 smithi067 bash[19894]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:55.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:55 smithi067 bash[19894]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:55.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:55 smithi067 bash[19894]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:55 smithi105 bash[21781]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:55 smithi105 bash[21781]: cluster 2024-09-21T18:57:54.486364+0000 mgr.x (mgr.14152) 280 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail 2024-09-21T18:57:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:55 smithi105 bash[21781]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:56.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:55 smithi105 bash[21781]: cluster 2024-09-21T18:57:54.590100+0000 mon.a (mon.0) 532 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-21T18:57:56.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:56 smithi137 bash[22057]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:56.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:56 smithi137 bash[22057]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:56.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:56 smithi067 bash[19894]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:56.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:56 smithi067 bash[19894]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:57.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:56 smithi105 bash[21781]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:57.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:56 smithi105 bash[21781]: cluster 2024-09-21T18:57:55.590194+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-21T18:57:57.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:57 smithi137 bash[22057]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:57.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:57 smithi137 bash[22057]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:57.933 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:57:57.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:57 smithi067 bash[19894]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:57.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:57 smithi067 bash[19894]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:58.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:57 smithi105 bash[21781]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:58.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:57 smithi105 bash[21781]: cluster 2024-09-21T18:57:56.486946+0000 mgr.x (mgr.14152) 281 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T18:57:59.341 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:57:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:59 smithi137 bash[22057]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:57:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:59 smithi137 bash[22057]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:57:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:59 smithi137 bash[22057]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:59.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:57:59 smithi137 bash[22057]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:59.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:59 smithi067 bash[19894]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:57:59.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:59 smithi067 bash[19894]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:57:59.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:59 smithi067 bash[19894]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:57:59.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:57:59 smithi067 bash[19894]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:00.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:59 smithi105 bash[21781]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:58:00.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:59 smithi105 bash[21781]: cluster 2024-09-21T18:57:58.487494+0000 mgr.x (mgr.14152) 282 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 97 KiB/s, 0 objects/s recovering 2024-09-21T18:58:00.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:59 smithi105 bash[21781]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:00.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:57:59 smithi105 bash[21781]: audit 2024-09-21T18:57:59.342576+0000 mon.a (mon.0) 534 : audit [DBG] from='client.? 172.21.15.67:0/2355036702' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T18:58:00.093 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1726945073,"num_in_osds":6,"osd_in_since":1726945043,"num_remapped_pgs":0} 2024-09-21T18:58:00.093 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:58:01.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:01 smithi137 bash[22057]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:01.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:01 smithi137 bash[22057]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:01.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:01 smithi067 bash[19894]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:01.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:01 smithi067 bash[19894]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:02.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:01 smithi105 bash[21781]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:02.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:01 smithi105 bash[21781]: cluster 2024-09-21T18:58:00.488047+0000 mgr.x (mgr.14152) 283 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 83 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.494 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:03 smithi067 bash[19894]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.536 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:03 smithi105 bash[21781]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cephadm 2024-09-21T18:58:02.214543+0000 mgr.x (mgr.14152) 284 : cephadm [INF] Detected new or changed devices on smithi137 2024-09-21T18:58:03.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.222565+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.230392+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.232811+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.234776+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cephadm 2024-09-21T18:58:02.236239+0000 mgr.x (mgr.14152) 285 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 10680M 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.241797+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.245813+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.247646+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:58:03.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: audit 2024-09-21T18:58:02.256869+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:58:03.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:03.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:03 smithi137 bash[22057]: cluster 2024-09-21T18:58:02.488652+0000 mgr.x (mgr.14152) 286 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-21T18:58:04.839 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:05.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:05 smithi137 bash[22057]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:05.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:05 smithi137 bash[22057]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:05.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:05 smithi067 bash[19894]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:05.860 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:05 smithi067 bash[19894]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:06.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:05 smithi105 bash[21781]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:06.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:05 smithi105 bash[21781]: cluster 2024-09-21T18:58:04.489162+0000 mgr.x (mgr.14152) 287 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-21T18:58:06.225 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:58:06.226 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":39,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:49:40.857624+0000","modified":"2024-09-21T18:57:55.583210+0000","last_up_change":"2024-09-21T18:57:53.560677+0000","last_in_change":"2024-09-21T18:57:23.544747+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-21T18:55:14.960841+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":"1e169f42-ce72-4cc7-afa2-cc8cc13e69e5","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.67:6802","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6803","nonce":1230352064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6805","nonce":1230352064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6809","nonce":1230352064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6807","nonce":1230352064}]},"public_addr":"172.21.15.67:6803/1230352064","cluster_addr":"172.21.15.67:6805/1230352064","heartbeat_back_addr":"172.21.15.67:6809/1230352064","heartbeat_front_addr":"172.21.15.67:6807/1230352064","state":["exists","up"]},{"osd":1,"uuid":"bcce8bf3-beda-42b0-982d-3ab29322c04c","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.67:6810","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6811","nonce":1918500371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6813","nonce":1918500371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6817","nonce":1918500371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6815","nonce":1918500371}]},"public_addr":"172.21.15.67:6811/1918500371","cluster_addr":"172.21.15.67:6813/1918500371","heartbeat_back_addr":"172.21.15.67:6817/1918500371","heartbeat_front_addr":"172.21.15.67:6815/1918500371","state":["exists","up"]},{"osd":2,"uuid":"12014fcb-f58a-497d-ba54-d393aca79dde","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.105:6800","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6801","nonce":3369428689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6803","nonce":3369428689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6807","nonce":3369428689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6805","nonce":3369428689}]},"public_addr":"172.21.15.105:6801/3369428689","cluster_addr":"172.21.15.105:6803/3369428689","heartbeat_back_addr":"172.21.15.105:6807/3369428689","heartbeat_front_addr":"172.21.15.105:6805/3369428689","state":["exists","up"]},{"osd":3,"uuid":"9fd187ca-6037-43cb-8b74-69b7f8f73263","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.105:6808","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6809","nonce":2602899168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6811","nonce":2602899168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6815","nonce":2602899168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6813","nonce":2602899168}]},"public_addr":"172.21.15.105:6809/2602899168","cluster_addr":"172.21.15.105:6811/2602899168","heartbeat_back_addr":"172.21.15.105:6815/2602899168","heartbeat_front_addr":"172.21.15.105:6813/2602899168","state":["exists","up"]},{"osd":4,"uuid":"2e738238-f44f-4ef3-b7d5-24161e8a035d","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.137:6800","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6801","nonce":196474074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6803","nonce":196474074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6807","nonce":196474074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6805","nonce":196474074}]},"public_addr":"172.21.15.137:6801/196474074","cluster_addr":"172.21.15.137:6803/196474074","heartbeat_back_addr":"172.21.15.137:6807/196474074","heartbeat_front_addr":"172.21.15.137:6805/196474074","state":["exists","up"]},{"osd":5,"uuid":"866269a7-6120-4f3a-a32b-cfa0062192fd","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.137:6808","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6809","nonce":1077460581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6811","nonce":1077460581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6815","nonce":1077460581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6813","nonce":1077460581}]},"public_addr":"172.21.15.137:6809/1077460581","cluster_addr":"172.21.15.137:6811/1077460581","heartbeat_back_addr":"172.21.15.137:6815/1077460581","heartbeat_front_addr":"172.21.15.137:6813/1077460581","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-21T18:53:28.230163+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-21T18:54:23.174896+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-21T18:55:13.032626+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-21T18:56:08.181053+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-21T18:56:58.038396+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-21T18:57:51.926159+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6801/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/1582019459":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/777717873":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/3919892243":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/4170426605":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/851342752":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:6801/4064958722":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/3667839301":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/4064958722":"2024-09-22T18:50:08.290909+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-21T18:58:06.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:06 smithi137 bash[22057]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:06.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:06 smithi137 bash[22057]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:06.916 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:06 smithi067 bash[19894]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:06.916 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:06 smithi067 bash[19894]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:06.917 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T18:55:14.960841+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-21T18:58:06.918 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T18:58:07.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:06 smithi105 bash[21781]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:07.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:06 smithi105 bash[21781]: audit 2024-09-21T18:58:06.226054+0000 mon.a (mon.0) 543 : audit [DBG] from='client.? 172.21.15.67:0/862486065' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:07.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:07 smithi137 bash[22057]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:07.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:07 smithi137 bash[22057]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:07.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:07 smithi067 bash[19894]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:07.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:07 smithi067 bash[19894]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:08.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:07 smithi105 bash[21781]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:08.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:07 smithi105 bash[21781]: cluster 2024-09-21T18:58:06.489704+0000 mgr.x (mgr.14152) 288 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-21T18:58:09.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:09 smithi137 bash[22057]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:09.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:09 smithi137 bash[22057]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:09.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:09 smithi067 bash[19894]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:09.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:09 smithi067 bash[19894]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:10.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:09 smithi105 bash[21781]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:10.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:09 smithi105 bash[21781]: cluster 2024-09-21T18:58:08.490264+0000 mgr.x (mgr.14152) 289 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:11.667 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:11.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:11 smithi137 bash[22057]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:11.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:11 smithi137 bash[22057]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:11.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:11 smithi067 bash[19894]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:11.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:11 smithi067 bash[19894]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:12.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:11 smithi105 bash[21781]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:12.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:11 smithi105 bash[21781]: cluster 2024-09-21T18:58:10.490862+0000 mgr.x (mgr.14152) 290 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:12.969 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2024-09-21T18:58:13.650 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T18:58:13.650 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T18:58:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:13 smithi137 bash[22057]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:13 smithi137 bash[22057]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:13 smithi137 bash[22057]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:13.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:13 smithi137 bash[22057]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:13.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:13 smithi067 bash[19894]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:13.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:13 smithi067 bash[19894]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:13.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:13 smithi067 bash[19894]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:13.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:13 smithi067 bash[19894]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:13 smithi105 bash[21781]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:13 smithi105 bash[21781]: cluster 2024-09-21T18:58:12.491417+0000 mgr.x (mgr.14152) 291 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:13 smithi105 bash[21781]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:14.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:13 smithi105 bash[21781]: audit 2024-09-21T18:58:12.970317+0000 mon.a (mon.0) 544 : audit [DBG] from='client.? 172.21.15.67:0/3901174326' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T18:58:15.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:15 smithi137 bash[22057]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:15.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:15 smithi137 bash[22057]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:15.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:15 smithi067 bash[19894]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:15.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:15 smithi067 bash[19894]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:16.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:15 smithi105 bash[21781]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:16.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:15 smithi105 bash[21781]: cluster 2024-09-21T18:58:14.491970+0000 mgr.x (mgr.14152) 292 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:17.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:17 smithi137 bash[22057]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:17.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:17 smithi137 bash[22057]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:17.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:17 smithi067 bash[19894]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:17.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:17 smithi067 bash[19894]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:18.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:17 smithi105 bash[21781]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:18.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:17 smithi105 bash[21781]: cluster 2024-09-21T18:58:16.492619+0000 mgr.x (mgr.14152) 293 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:19.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:19 smithi067 bash[19894]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:19.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:19 smithi067 bash[19894]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:19.808 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2024-09-21T18:58:19.808 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQBLF+9m7hANMBAAen7leChlDd/lO5Q1Ysa8qw== 2024-09-21T18:58:19.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:19 smithi137 bash[22057]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:19.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:19 smithi137 bash[22057]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:20.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:19 smithi105 bash[21781]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:20.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:19 smithi105 bash[21781]: cluster 2024-09-21T18:58:18.493197+0000 mgr.x (mgr.14152) 294 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:20.449 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-21T18:58:20.449 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-21T18:58:20.449 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-21T18:58:20.473 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T18:58:20.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:20 smithi067 bash[19894]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:20.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:20 smithi067 bash[19894]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:20.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:20 smithi067 bash[19894]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:20.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:20 smithi067 bash[19894]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:20.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:20 smithi137 bash[22057]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:20.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:20 smithi137 bash[22057]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:20.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:20 smithi137 bash[22057]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:20.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:20 smithi137 bash[22057]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:21.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:20 smithi105 bash[21781]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:21.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:20 smithi105 bash[21781]: audit 2024-09-21T18:58:19.805862+0000 mon.a (mon.0) 545 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T18:58:21.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:20 smithi105 bash[21781]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:21.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:20 smithi105 bash[21781]: audit 2024-09-21T18:58:19.809082+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.67:0/663585715' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T18:58:22.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:21 smithi137 bash[22057]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:22.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:21 smithi137 bash[22057]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:22.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:21 smithi067 bash[19894]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:22.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:21 smithi067 bash[19894]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:22.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:21 smithi105 bash[21781]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:22.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:21 smithi105 bash[21781]: cluster 2024-09-21T18:58:20.493749+0000 mgr.x (mgr.14152) 295 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:23 smithi137 bash[22057]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:23 smithi137 bash[22057]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:23 smithi067 bash[19894]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:23 smithi067 bash[19894]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:23 smithi105 bash[21781]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:24.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:23 smithi105 bash[21781]: cluster 2024-09-21T18:58:22.494330+0000 mgr.x (mgr.14152) 296 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:25.267 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:25 smithi137 bash[22057]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:25 smithi137 bash[22057]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:25 smithi067 bash[19894]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:25 smithi067 bash[19894]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:25 smithi105 bash[21781]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:25 smithi105 bash[21781]: cluster 2024-09-21T18:58:24.494864+0000 mgr.x (mgr.14152) 297 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:26.661 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:58:26.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:26 smithi067 bash[19894]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:26.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:26 smithi067 bash[19894]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:27.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:26 smithi137 bash[22057]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:27.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:26 smithi137 bash[22057]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:27.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:26 smithi105 bash[21781]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:27.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:26 smithi105 bash[21781]: audit 2024-09-21T18:58:26.662942+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.67:0/1717656855' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T18:58:27.306 INFO:teuthology.orchestra.run.smithi067.stdout:[{"version":15,"timestamp":"2024-09-21T18:58:02.236936+0000","name":"","changes":[{"name":"osd/host:smithi137/osd_memory_target","previous_value":"22399121408","new_value":"11199560704"}]}] 2024-09-21T18:58:27.307 INFO:tasks.ceph_manager:config epoch is 15 2024-09-21T18:58:27.307 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T18:58:27.307 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T18:58:27.307 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T18:58:28.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:27 smithi137 bash[22057]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:28.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:27 smithi137 bash[22057]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:28.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:27 smithi067 bash[19894]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:28.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:27 smithi067 bash[19894]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:28.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:27 smithi105 bash[21781]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:28.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:27 smithi105 bash[21781]: cluster 2024-09-21T18:58:26.495327+0000 mgr.x (mgr.14152) 298 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:29 smithi137 bash[22057]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:29 smithi137 bash[22057]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:29 smithi067 bash[19894]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:29 smithi067 bash[19894]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:29 smithi105 bash[21781]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:30.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:29 smithi105 bash[21781]: cluster 2024-09-21T18:58:28.495958+0000 mgr.x (mgr.14152) 299 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.064 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:31 smithi137 bash[22057]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:31 smithi137 bash[22057]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.188 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:31 smithi067 bash[19894]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.189 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:31 smithi067 bash[19894]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:31 smithi105 bash[21781]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:32.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:31 smithi105 bash[21781]: cluster 2024-09-21T18:58:30.496683+0000 mgr.x (mgr.14152) 300 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:33.430 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:58:34.033 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"x","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":2613297271},{"type":"v1","addr":"172.21.15.67:6801","nonce":2613297271}]},"active_addr":"172.21.15.67:6801/2613297271","active_change":"2024-09-21T18:50:44.371047+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.67: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.67:0","nonce":2682480129}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":3551209208}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":1286500656}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":2151445855}]}]} 2024-09-21T18:58:34.035 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T18:58:34.035 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T18:58:34.036 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:58:34.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:33 smithi137 bash[22057]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:33 smithi137 bash[22057]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:33 smithi137 bash[22057]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:34.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:33 smithi137 bash[22057]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:33 smithi067 bash[19894]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:33 smithi067 bash[19894]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:33 smithi067 bash[19894]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:33 smithi067 bash[19894]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:34.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:33 smithi105 bash[21781]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:33 smithi105 bash[21781]: cluster 2024-09-21T18:58:32.497351+0000 mgr.x (mgr.14152) 301 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:33 smithi105 bash[21781]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:33 smithi105 bash[21781]: audit 2024-09-21T18:58:33.426556+0000 mon.a (mon.0) 548 : audit [DBG] from='client.? 172.21.15.67:0/3831483454' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T18:58:36.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:35 smithi137 bash[22057]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:36.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:35 smithi137 bash[22057]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:36.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:35 smithi067 bash[19894]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:36.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:35 smithi067 bash[19894]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:35 smithi105 bash[21781]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:36.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:35 smithi105 bash[21781]: cluster 2024-09-21T18:58:34.497906+0000 mgr.x (mgr.14152) 302 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:37 smithi067 bash[19894]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:37 smithi067 bash[19894]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:37 smithi105 bash[21781]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:37 smithi105 bash[21781]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:37 smithi137 bash[22057]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:37 smithi137 bash[22057]: cluster 2024-09-21T18:58:36.498498+0000 mgr.x (mgr.14152) 303 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:38.788 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:39.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:39 smithi067 bash[19894]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:39 smithi067 bash[19894]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:40.012 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:58:40.013 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":39,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:49:40.857624+0000","modified":"2024-09-21T18:57:55.583210+0000","last_up_change":"2024-09-21T18:57:53.560677+0000","last_in_change":"2024-09-21T18:57:23.544747+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-21T18:55:14.960841+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":"1e169f42-ce72-4cc7-afa2-cc8cc13e69e5","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.67:6802","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6803","nonce":1230352064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6805","nonce":1230352064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6809","nonce":1230352064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6807","nonce":1230352064}]},"public_addr":"172.21.15.67:6803/1230352064","cluster_addr":"172.21.15.67:6805/1230352064","heartbeat_back_addr":"172.21.15.67:6809/1230352064","heartbeat_front_addr":"172.21.15.67:6807/1230352064","state":["exists","up"]},{"osd":1,"uuid":"bcce8bf3-beda-42b0-982d-3ab29322c04c","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.67:6810","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6811","nonce":1918500371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6813","nonce":1918500371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6817","nonce":1918500371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6815","nonce":1918500371}]},"public_addr":"172.21.15.67:6811/1918500371","cluster_addr":"172.21.15.67:6813/1918500371","heartbeat_back_addr":"172.21.15.67:6817/1918500371","heartbeat_front_addr":"172.21.15.67:6815/1918500371","state":["exists","up"]},{"osd":2,"uuid":"12014fcb-f58a-497d-ba54-d393aca79dde","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.105:6800","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6801","nonce":3369428689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6803","nonce":3369428689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6807","nonce":3369428689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6805","nonce":3369428689}]},"public_addr":"172.21.15.105:6801/3369428689","cluster_addr":"172.21.15.105:6803/3369428689","heartbeat_back_addr":"172.21.15.105:6807/3369428689","heartbeat_front_addr":"172.21.15.105:6805/3369428689","state":["exists","up"]},{"osd":3,"uuid":"9fd187ca-6037-43cb-8b74-69b7f8f73263","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.105:6808","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6809","nonce":2602899168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6811","nonce":2602899168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6815","nonce":2602899168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6813","nonce":2602899168}]},"public_addr":"172.21.15.105:6809/2602899168","cluster_addr":"172.21.15.105:6811/2602899168","heartbeat_back_addr":"172.21.15.105:6815/2602899168","heartbeat_front_addr":"172.21.15.105:6813/2602899168","state":["exists","up"]},{"osd":4,"uuid":"2e738238-f44f-4ef3-b7d5-24161e8a035d","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.137:6800","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6801","nonce":196474074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6803","nonce":196474074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6807","nonce":196474074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6805","nonce":196474074}]},"public_addr":"172.21.15.137:6801/196474074","cluster_addr":"172.21.15.137:6803/196474074","heartbeat_back_addr":"172.21.15.137:6807/196474074","heartbeat_front_addr":"172.21.15.137:6805/196474074","state":["exists","up"]},{"osd":5,"uuid":"866269a7-6120-4f3a-a32b-cfa0062192fd","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.137:6808","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6809","nonce":1077460581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6811","nonce":1077460581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6815","nonce":1077460581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6813","nonce":1077460581}]},"public_addr":"172.21.15.137:6809/1077460581","cluster_addr":"172.21.15.137:6811/1077460581","heartbeat_back_addr":"172.21.15.137:6815/1077460581","heartbeat_front_addr":"172.21.15.137:6813/1077460581","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-21T18:53:28.230163+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-21T18:54:23.174896+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-21T18:55:13.032626+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-21T18:56:08.181053+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-21T18:56:58.038396+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-21T18:57:51.926159+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6801/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/1582019459":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/777717873":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/3919892243":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/4170426605":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/851342752":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:6801/4064958722":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/3667839301":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/4064958722":"2024-09-22T18:50:08.290909+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-21T18:58:40.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:39 smithi105 bash[21781]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:40.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:39 smithi105 bash[21781]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:40.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:39 smithi137 bash[22057]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:40.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:39 smithi137 bash[22057]: cluster 2024-09-21T18:58:38.499104+0000 mgr.x (mgr.14152) 304 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:40.622 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T18:58:40.622 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T18:58:40.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:40 smithi067 bash[19894]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:40.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:40 smithi067 bash[19894]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:41.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:40 smithi105 bash[21781]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:41.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:40 smithi105 bash[21781]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:41.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:40 smithi137 bash[22057]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:41.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:40 smithi137 bash[22057]: audit 2024-09-21T18:58:40.013162+0000 mon.a (mon.0) 549 : audit [DBG] from='client.? 172.21.15.67:0/2574094884' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:42.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:41 smithi067 bash[19894]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:42.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:41 smithi067 bash[19894]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:42.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:41 smithi105 bash[21781]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:42.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:41 smithi105 bash[21781]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:42.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:41 smithi137 bash[22057]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:42.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:41 smithi137 bash[22057]: cluster 2024-09-21T18:58:40.499705+0000 mgr.x (mgr.14152) 305 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:43 smithi067 bash[19894]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:43 smithi067 bash[19894]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:43 smithi105 bash[21781]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:43 smithi105 bash[21781]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:43 smithi137 bash[22057]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:44.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:43 smithi137 bash[22057]: cluster 2024-09-21T18:58:42.500313+0000 mgr.x (mgr.14152) 306 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:45.377 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:46.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:45 smithi067 bash[19894]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:45 smithi067 bash[19894]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:45 smithi105 bash[21781]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:45 smithi105 bash[21781]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:45 smithi137 bash[22057]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:45 smithi137 bash[22057]: cluster 2024-09-21T18:58:44.500883+0000 mgr.x (mgr.14152) 307 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:46.843 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:58:46.844 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":39,"fsid":"1103656e-784a-11ef-baf6-efdc52797490","created":"2024-09-21T18:49:40.857624+0000","modified":"2024-09-21T18:57:55.583210+0000","last_up_change":"2024-09-21T18:57:53.560677+0000","last_in_change":"2024-09-21T18:57:23.544747+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-21T18:55:14.960841+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":"1e169f42-ce72-4cc7-afa2-cc8cc13e69e5","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.67:6802","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6803","nonce":1230352064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6805","nonce":1230352064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6809","nonce":1230352064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":1230352064},{"type":"v1","addr":"172.21.15.67:6807","nonce":1230352064}]},"public_addr":"172.21.15.67:6803/1230352064","cluster_addr":"172.21.15.67:6805/1230352064","heartbeat_back_addr":"172.21.15.67:6809/1230352064","heartbeat_front_addr":"172.21.15.67:6807/1230352064","state":["exists","up"]},{"osd":1,"uuid":"bcce8bf3-beda-42b0-982d-3ab29322c04c","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.67:6810","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6811","nonce":1918500371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6813","nonce":1918500371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6817","nonce":1918500371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1918500371},{"type":"v1","addr":"172.21.15.67:6815","nonce":1918500371}]},"public_addr":"172.21.15.67:6811/1918500371","cluster_addr":"172.21.15.67:6813/1918500371","heartbeat_back_addr":"172.21.15.67:6817/1918500371","heartbeat_front_addr":"172.21.15.67:6815/1918500371","state":["exists","up"]},{"osd":2,"uuid":"12014fcb-f58a-497d-ba54-d393aca79dde","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.105:6800","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6801","nonce":3369428689}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6803","nonce":3369428689}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6807","nonce":3369428689}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":3369428689},{"type":"v1","addr":"172.21.15.105:6805","nonce":3369428689}]},"public_addr":"172.21.15.105:6801/3369428689","cluster_addr":"172.21.15.105:6803/3369428689","heartbeat_back_addr":"172.21.15.105:6807/3369428689","heartbeat_front_addr":"172.21.15.105:6805/3369428689","state":["exists","up"]},{"osd":3,"uuid":"9fd187ca-6037-43cb-8b74-69b7f8f73263","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.105:6808","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6809","nonce":2602899168}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6811","nonce":2602899168}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6815","nonce":2602899168}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2602899168},{"type":"v1","addr":"172.21.15.105:6813","nonce":2602899168}]},"public_addr":"172.21.15.105:6809/2602899168","cluster_addr":"172.21.15.105:6811/2602899168","heartbeat_back_addr":"172.21.15.105:6815/2602899168","heartbeat_front_addr":"172.21.15.105:6813/2602899168","state":["exists","up"]},{"osd":4,"uuid":"2e738238-f44f-4ef3-b7d5-24161e8a035d","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.137:6800","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6801","nonce":196474074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6803","nonce":196474074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6807","nonce":196474074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":196474074},{"type":"v1","addr":"172.21.15.137:6805","nonce":196474074}]},"public_addr":"172.21.15.137:6801/196474074","cluster_addr":"172.21.15.137:6803/196474074","heartbeat_back_addr":"172.21.15.137:6807/196474074","heartbeat_front_addr":"172.21.15.137:6805/196474074","state":["exists","up"]},{"osd":5,"uuid":"866269a7-6120-4f3a-a32b-cfa0062192fd","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.137:6808","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6809","nonce":1077460581}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6810","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6811","nonce":1077460581}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6814","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6815","nonce":1077460581}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6812","nonce":1077460581},{"type":"v1","addr":"172.21.15.137:6813","nonce":1077460581}]},"public_addr":"172.21.15.137:6809/1077460581","cluster_addr":"172.21.15.137:6811/1077460581","heartbeat_back_addr":"172.21.15.137:6815/1077460581","heartbeat_front_addr":"172.21.15.137:6813/1077460581","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-21T18:53:28.230163+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-21T18:54:23.174896+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-21T18:55:13.032626+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-21T18:56:08.181053+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-21T18:56:58.038396+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-21T18:57:51.926159+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.67:6801/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/1582019459":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/777717873":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/3919892243":"2024-09-22T18:50:44.370845+0000","172.21.15.67:0/4170426605":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/851342752":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/3323834095":"2024-09-22T18:50:44.370845+0000","172.21.15.67:6801/4064958722":"2024-09-22T18:50:08.290909+0000","172.21.15.67:0/3667839301":"2024-09-22T18:50:08.290909+0000","172.21.15.67:6800/4064958722":"2024-09-22T18:50:08.290909+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-21T18:58:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:46 smithi067 bash[19894]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:46 smithi067 bash[19894]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:46 smithi105 bash[21781]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:46 smithi105 bash[21781]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:46 smithi137 bash[22057]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:46 smithi137 bash[22057]: audit 2024-09-21T18:58:46.844258+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.67:0/1240547047' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T18:58:47.488 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T18:58:47.488 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T18:58:47.489 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T18:58:47.489 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-21T18:58:47.489 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-21T18:58:47.490 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-21T18:58:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:47 smithi067 bash[19894]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:48.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:47 smithi067 bash[19894]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:48.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:47 smithi105 bash[21781]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:48.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:47 smithi105 bash[21781]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:47 smithi137 bash[22057]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:47 smithi137 bash[22057]: cluster 2024-09-21T18:58:46.501501+0000 mgr.x (mgr.14152) 308 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:49 smithi067 bash[19894]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:49 smithi067 bash[19894]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:49 smithi105 bash[21781]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:49 smithi105 bash[21781]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:49 smithi137 bash[22057]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:50.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:49 smithi137 bash[22057]: cluster 2024-09-21T18:58:48.502034+0000 mgr.x (mgr.14152) 309 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:51 smithi067 bash[19894]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:51 smithi067 bash[19894]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.243 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.244 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.244 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.244 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.245 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.246 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:58:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:51 smithi105 bash[21781]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:51 smithi105 bash[21781]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:51 smithi137 bash[22057]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:52.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:51 smithi137 bash[22057]: cluster 2024-09-21T18:58:50.502598+0000 mgr.x (mgr.14152) 310 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:53 smithi067 bash[19894]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.214 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:53 smithi067 bash[19894]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:53 smithi105 bash[21781]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:53 smithi105 bash[21781]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:53 smithi137 bash[22057]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:54.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:53 smithi137 bash[22057]: cluster 2024-09-21T18:58:52.503172+0000 mgr.x (mgr.14152) 311 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.170 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:55 smithi067 bash[19894]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.170 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:55 smithi067 bash[19894]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:55 smithi105 bash[21781]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:55 smithi105 bash[21781]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:55 smithi137 bash[22057]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:55 smithi137 bash[22057]: cluster 2024-09-21T18:58:54.503535+0000 mgr.x (mgr.14152) 312 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:56.390 INFO:teuthology.orchestra.run.smithi067.stdout:55834574904 2024-09-21T18:58:56.391 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T18:58:57.060 INFO:teuthology.orchestra.run.smithi067.stdout:133143986202 2024-09-21T18:58:57.061 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-21T18:58:57.508 INFO:teuthology.orchestra.run.smithi067.stdout:34359738435 2024-09-21T18:58:57.509 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T18:58:58.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:57 smithi067 bash[19894]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:58.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:57 smithi067 bash[19894]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:57 smithi105 bash[21781]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:57 smithi105 bash[21781]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:58.310 INFO:teuthology.orchestra.run.smithi067.stdout:107374182437 2024-09-21T18:58:58.311 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-21T18:58:58.319 INFO:teuthology.orchestra.run.smithi067.stdout:77309411375 2024-09-21T18:58:58.320 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T18:58:58.330 INFO:teuthology.orchestra.run.smithi067.stdout:158913789968 2024-09-21T18:58:58.330 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-21T18:58:58.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:57 smithi137 bash[22057]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:58:58.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:57 smithi137 bash[22057]: cluster 2024-09-21T18:58:56.503894+0000 mgr.x (mgr.14152) 313 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:59 smithi067 bash[19894]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:58:59 smithi067 bash[19894]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:59 smithi105 bash[21781]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:58:59 smithi105 bash[21781]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:59 smithi137 bash[22057]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:00.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:58:59 smithi137 bash[22057]: cluster 2024-09-21T18:58:58.504276+0000 mgr.x (mgr.14152) 314 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:01.135 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:01.135 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:02.145 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:02.145 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:02.146 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:02.146 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:02.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:01 smithi067 bash[19894]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:02.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:01 smithi067 bash[19894]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:02.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:01 smithi105 bash[21781]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:02.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:01 smithi105 bash[21781]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:01 smithi137 bash[22057]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:01 smithi137 bash[22057]: cluster 2024-09-21T18:59:00.504829+0000 mgr.x (mgr.14152) 315 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:03.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:02 smithi067 bash[19894]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:02 smithi067 bash[19894]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:02 smithi105 bash[21781]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:02 smithi105 bash[21781]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:02 smithi137 bash[22057]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:02 smithi137 bash[22057]: audit 2024-09-21T18:59:02.312745+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:03.899 INFO:teuthology.orchestra.run.smithi067.stdout:133143986204 2024-09-21T18:59:04.081 INFO:teuthology.orchestra.run.smithi067.stdout:55834574906 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.164 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:03 smithi067 bash[19894]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:03 smithi105 bash[21781]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: cluster 2024-09-21T18:59:02.505231+0000 mgr.x (mgr.14152) 316 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.110421+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.111538+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.121199+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:03 smithi137 bash[22057]: audit 2024-09-21T18:59:03.901800+0000 mon.a (mon.0) 555 : audit [DBG] from='client.? 172.21.15.67:0/412824161' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T18:59:04.447 INFO:teuthology.orchestra.run.smithi067.stdout:107374182438 2024-09-21T18:59:04.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:04 smithi067 bash[19894]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:04.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:04 smithi067 bash[19894]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:04.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:04 smithi067 bash[19894]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:04.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:04 smithi067 bash[19894]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:05.037 INFO:teuthology.orchestra.run.smithi067.stdout:158913789969 2024-09-21T18:59:05.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:04 smithi105 bash[21781]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:05.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:04 smithi105 bash[21781]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:05.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:04 smithi105 bash[21781]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:05.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:04 smithi105 bash[21781]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:05.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:04 smithi137 bash[22057]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:05.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:04 smithi137 bash[22057]: audit 2024-09-21T18:59:04.082841+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.67:0/3236924083' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T18:59:05.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:04 smithi137 bash[22057]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:05.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:04 smithi137 bash[22057]: audit 2024-09-21T18:59:04.448971+0000 mon.a (mon.0) 557 : audit [DBG] from='client.? 172.21.15.67:0/2201802198' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T18:59:06.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:05 smithi067 bash[19894]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:05 smithi067 bash[19894]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:05 smithi067 bash[19894]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:05 smithi067 bash[19894]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.248 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574904 got 55834574906 for osd.1 2024-09-21T18:59:06.248 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:06.249 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182437 got 107374182438 for osd.3 2024-09-21T18:59:06.249 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:05 smithi105 bash[21781]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:05 smithi105 bash[21781]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:05 smithi105 bash[21781]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:05 smithi105 bash[21781]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:05 smithi137 bash[22057]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:05 smithi137 bash[22057]: cluster 2024-09-21T18:59:04.505546+0000 mgr.x (mgr.14152) 317 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:06.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:05 smithi137 bash[22057]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:05 smithi137 bash[22057]: audit 2024-09-21T18:59:05.038973+0000 mon.a (mon.0) 558 : audit [DBG] from='client.? 172.21.15.67:0/1285265816' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T18:59:06.366 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986202 got 133143986204 for osd.4 2024-09-21T18:59:06.366 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:06.390 INFO:teuthology.orchestra.run.smithi067.stdout:77309411377 2024-09-21T18:59:06.680 INFO:teuthology.orchestra.run.smithi067.stdout:34359738437 2024-09-21T18:59:06.710 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789968 got 158913789969 for osd.5 2024-09-21T18:59:06.710 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:06 smithi067 bash[19894]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:06 smithi067 bash[19894]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:06 smithi067 bash[19894]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:06.975 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:06 smithi067 bash[19894]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:07.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:06 smithi105 bash[21781]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:07.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:06 smithi105 bash[21781]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:07.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:06 smithi105 bash[21781]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:07.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:06 smithi105 bash[21781]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:07.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:06 smithi137 bash[22057]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:07.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:06 smithi137 bash[22057]: audit 2024-09-21T18:59:06.393312+0000 mon.a (mon.0) 559 : audit [DBG] from='client.? 172.21.15.67:0/3303917823' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T18:59:07.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:06 smithi137 bash[22057]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:07.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:06 smithi137 bash[22057]: audit 2024-09-21T18:59:06.682642+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.67:0/3146335907' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T18:59:07.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411375 got 77309411377 for osd.2 2024-09-21T18:59:07.576 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:07.755 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738435 got 34359738437 for osd.0 2024-09-21T18:59:07.755 DEBUG:teuthology.parallel:result is None 2024-09-21T18:59:07.756 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T18:59:07.756 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T18:59:08.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:07 smithi067 bash[19894]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:08.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:07 smithi067 bash[19894]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:07 smithi105 bash[21781]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:07 smithi105 bash[21781]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:08.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:07 smithi137 bash[22057]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:08.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:07 smithi137 bash[22057]: cluster 2024-09-21T18:59:06.505893+0000 mgr.x (mgr.14152) 318 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:09 smithi067 bash[19894]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:09 smithi067 bash[19894]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:09 smithi105 bash[21781]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:09 smithi105 bash[21781]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:09 smithi137 bash[22057]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:10.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:09 smithi137 bash[22057]: cluster 2024-09-21T18:59:08.506410+0000 mgr.x (mgr.14152) 319 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:11 smithi067 bash[19894]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:11 smithi067 bash[19894]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:11 smithi105 bash[21781]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:11 smithi105 bash[21781]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:11 smithi137 bash[22057]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:11 smithi137 bash[22057]: cluster 2024-09-21T18:59:10.506829+0000 mgr.x (mgr.14152) 320 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:12.508 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:13.883 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-09-21T18:59:13.883 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:59:14.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:13 smithi067 bash[19894]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:13 smithi067 bash[19894]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:13 smithi105 bash[21781]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:13 smithi105 bash[21781]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:13 smithi137 bash[22057]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:13 smithi137 bash[22057]: cluster 2024-09-21T18:59:12.507398+0000 mgr.x (mgr.14152) 321 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:14.505 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":283,"stamp":"2024-09-21T18:59:12.507117+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":165992,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304920,"statfs":{"total":575970213888,"available":575800238080,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002554"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":65,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-21T18:57:55.821805+0000","last_change":"2024-09-21T18:57:55.820950+0000","last_active":"2024-09-21T18:57:55.821805+0000","last_peered":"2024-09-21T18:57:55.821805+0000","last_clean":"2024-09-21T18:57:55.821805+0000","last_became_active":"2024-09-21T18:57:55.808888+0000","last_became_peered":"2024-09-21T18:57:55.808888+0000","last_unstale":"2024-09-21T18:57:55.821805+0000","last_undegraded":"2024-09-21T18:57:55.821805+0000","last_fullsized":"2024-09-21T18:57:55.821805+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-21T18:55:15.010410+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T18:55:15.010410+0000","last_clean_scrub_stamp":"2024-09-21T18:55:15.010410+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-22T22:47:22.016790+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":158913789971,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,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":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":[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":77309411378,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574908,"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":[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-21T18:59:14.505 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T18:59:15.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:14 smithi067 bash[19894]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:15.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:14 smithi067 bash[19894]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:15.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:14 smithi105 bash[21781]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:15.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:14 smithi105 bash[21781]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:15.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:14 smithi137 bash[22057]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:15.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:14 smithi137 bash[22057]: audit 2024-09-21T18:59:13.884437+0000 mgr.x (mgr.14152) 322 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:16.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:15 smithi067 bash[19894]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:16.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:15 smithi067 bash[19894]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:16.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:15 smithi105 bash[21781]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:16.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:15 smithi105 bash[21781]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:16.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:15 smithi137 bash[22057]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:16.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:15 smithi137 bash[22057]: cluster 2024-09-21T18:59:14.507959+0000 mgr.x (mgr.14152) 323 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:17 smithi067 bash[19894]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:17 smithi067 bash[19894]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:17 smithi105 bash[21781]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:17 smithi105 bash[21781]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:17 smithi137 bash[22057]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:18.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:17 smithi137 bash[22057]: cluster 2024-09-21T18:59:16.508552+0000 mgr.x (mgr.14152) 324 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:19.264 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:20.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:19 smithi067 bash[19894]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:19 smithi067 bash[19894]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:19 smithi105 bash[21781]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:19 smithi105 bash[21781]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:19 smithi137 bash[22057]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:19 smithi137 bash[22057]: cluster 2024-09-21T18:59:18.509105+0000 mgr.x (mgr.14152) 325 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:20.629 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:59:20.630 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-09-21T18:59:21.288 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":287,"stamp":"2024-09-21T18:59:20.509339+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":165992,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":162038,"kb_avail":562304920,"statfs":{"total":575970213888,"available":575800238080,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9568,"internal_metadata":165927584},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003183"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":65,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-21T18:57:55.821805+0000","last_change":"2024-09-21T18:57:55.820950+0000","last_active":"2024-09-21T18:57:55.821805+0000","last_peered":"2024-09-21T18:57:55.821805+0000","last_clean":"2024-09-21T18:57:55.821805+0000","last_became_active":"2024-09-21T18:57:55.808888+0000","last_became_peered":"2024-09-21T18:57:55.808888+0000","last_unstale":"2024-09-21T18:57:55.821805+0000","last_undegraded":"2024-09-21T18:57:55.821805+0000","last_fullsized":"2024-09-21T18:57:55.821805+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-21T18:55:15.010410+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T18:55:15.010410+0000","last_clean_scrub_stamp":"2024-09-21T18:55:15.010410+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-22T22:47:22.016790+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":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,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":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":[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":27956,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717196,"statfs":{"total":95995035648,"available":95966408704,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574909,"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":[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":34359738440,"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-21T18:59:21.289 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T18:59:21.289 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T18:59:21.289 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T18:59:21.289 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T18:59:22.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:21 smithi067 bash[19894]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:21 smithi067 bash[19894]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:21 smithi067 bash[19894]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:22.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:21 smithi067 bash[19894]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:22.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:21 smithi105 bash[21781]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:21 smithi105 bash[21781]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:21 smithi105 bash[21781]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:22.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:21 smithi105 bash[21781]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:22.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:21 smithi137 bash[22057]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:21 smithi137 bash[22057]: cluster 2024-09-21T18:59:20.509500+0000 mgr.x (mgr.14152) 326 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:22.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:21 smithi137 bash[22057]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:22.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:21 smithi137 bash[22057]: audit 2024-09-21T18:59:20.630632+0000 mgr.x (mgr.14152) 327 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:24.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:23 smithi067 bash[19894]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:24.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:23 smithi067 bash[19894]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:24.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:23 smithi105 bash[21781]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:24.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:23 smithi105 bash[21781]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:24.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:23 smithi137 bash[22057]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:24.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:23 smithi137 bash[22057]: cluster 2024-09-21T18:59:22.510072+0000 mgr.x (mgr.14152) 328 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.040 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:26.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:25 smithi105 bash[21781]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:25 smithi105 bash[21781]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:25 smithi137 bash[22057]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:25 smithi137 bash[22057]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:25 smithi067 bash[19894]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:26.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:25 smithi067 bash[19894]: cluster 2024-09-21T18:59:24.510662+0000 mgr.x (mgr.14152) 329 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:27.445 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:59:27.445 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T18:59:28.116 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T18:59:28.116 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T18:59:28.116 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T18:59:28.125 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T18:59:28.125 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph fs volume create cephfs' 2024-09-21T18:59:28.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:28 smithi105 bash[21781]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:28 smithi105 bash[21781]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:28 smithi105 bash[21781]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:28.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:28 smithi105 bash[21781]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:28.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:28 smithi137 bash[22057]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:28 smithi137 bash[22057]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:28 smithi137 bash[22057]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:28.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:28 smithi137 bash[22057]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:28.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:28 smithi067 bash[19894]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:28 smithi067 bash[19894]: cluster 2024-09-21T18:59:26.511291+0000 mgr.x (mgr.14152) 330 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:28.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:28 smithi067 bash[19894]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:28.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:28 smithi067 bash[19894]: audit 2024-09-21T18:59:27.447573+0000 mon.a (mon.0) 561 : audit [DBG] from='client.? 172.21.15.67:0/127516529' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T18:59:30.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:30 smithi105 bash[21781]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:30.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:30 smithi105 bash[21781]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:30.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:30 smithi137 bash[22057]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:30.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:30 smithi137 bash[22057]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:30.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:30 smithi067 bash[19894]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:30.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:30 smithi067 bash[19894]: cluster 2024-09-21T18:59:28.511891+0000 mgr.x (mgr.14152) 331 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:32 smithi105 bash[21781]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:32 smithi105 bash[21781]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:32 smithi137 bash[22057]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:32 smithi137 bash[22057]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:32 smithi067 bash[19894]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:32 smithi067 bash[19894]: cluster 2024-09-21T18:59:30.512507+0000 mgr.x (mgr.14152) 332 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:32.878 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:33.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:33 smithi137 bash[22057]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:33.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:33 smithi137 bash[22057]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:33.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:33 smithi067 bash[19894]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:33.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:33 smithi067 bash[19894]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:33.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:33 smithi105 bash[21781]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:33.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:33 smithi105 bash[21781]: cluster 2024-09-21T18:59:32.513095+0000 mgr.x (mgr.14152) 333 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:34.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:34 smithi137 bash[22057]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:34.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:34 smithi137 bash[22057]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:34.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:34 smithi067 bash[19894]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:34.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:34 smithi067 bash[19894]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:34.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:34 smithi105 bash[21781]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:34.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:34 smithi105 bash[21781]: audit 2024-09-21T18:59:34.227625+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"} : dispatch 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.597 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:35.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:35.598 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:35 smithi067 bash[19894]: debug 2024-09-21T18:59:35.370+0000 7f48315fb640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:35.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:35.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:35 smithi137 bash[22057]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.226868+0000 mgr.x (mgr.14152) 334 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "cephfs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.334533+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": "cephfs.cephfs.meta"}]': finished 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: cluster 2024-09-21T18:59:34.338460+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: audit 2024-09-21T18:59:34.340957+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:35.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:35 smithi105 bash[21781]: cluster 2024-09-21T18:59:34.513721+0000 mgr.x (mgr.14152) 335 : cluster [DBG] pgmap v295: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:36.053 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T18:59:36.065 INFO:tasks.cephadm:Waiting for ceph service mds.cephfs to start (timeout 300)... 2024-09-21T18:59:36.066 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T18:59:36.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:36.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:36 smithi137 bash[22057]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:36.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:36.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:36 smithi067 bash[19894]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.334518+0000 mon.a (mon.0) 566 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.344833+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.352962+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.371884+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"} : dispatch 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.373937+0000 mon.a (mon.0) 570 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.374006+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.381885+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "fs new", "fs_name": "cephfs", "metadata": "cephfs.cephfs.meta", "data": "cephfs.cephfs.data"}]': finished 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.389663+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cluster 2024-09-21T18:59:35.389946+0000 mon.a (mon.0) 574 : cluster [DBG] fsmap cephfs:0 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cephadm 2024-09-21T18:59:35.401661+0000 mgr.x (mgr.14152) 336 : cephadm [INF] Saving service mds.cephfs spec with placement count:2 2024-09-21T18:59:36.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.410200+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.413121+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.417796+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.421378+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.428889+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.433472+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:36.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.435633+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi137.wkeknl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:36.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: audit 2024-09-21T18:59:35.439561+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:36.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:36.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:36 smithi105 bash[21781]: cephadm 2024-09-21T18:59:35.440597+0000 mgr.x (mgr.14152) 337 : cephadm [INF] Deploying daemon mds.cephfs.smithi137.wkeknl on smithi137 2024-09-21T18:59:37.597 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:37 smithi137 bash[22057]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.597 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:37 smithi137 bash[22057]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.597 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:37 smithi137 bash[22057]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:37.597 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:37 smithi137 bash[22057]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:37.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:37 smithi067 bash[19894]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:37 smithi067 bash[19894]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:37 smithi067 bash[19894]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:37.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:37 smithi067 bash[19894]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:37.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:37 smithi105 bash[21781]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:37 smithi105 bash[21781]: cluster 2024-09-21T18:59:36.389600+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-21T18:59:37.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:37 smithi105 bash[21781]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:37.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:37 smithi105 bash[21781]: cluster 2024-09-21T18:59:36.514374+0000 mgr.x (mgr.14152) 338 : cluster [DBG] pgmap v299: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:38.507 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:38.507 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:38.507 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:38.507 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 bash[22057]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.507 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 bash[22057]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.507 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 bash[22057]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.507 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 bash[22057]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.508 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:38.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:38 smithi067 bash[19894]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:38 smithi067 bash[19894]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:38 smithi067 bash[19894]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:38 smithi067 bash[19894]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:38 smithi105 bash[21781]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:38 smithi105 bash[21781]: cluster 2024-09-21T18:59:37.384992+0000 mon.a (mon.0) 584 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T18:59:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:38 smithi105 bash[21781]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:38 smithi105 bash[21781]: cluster 2024-09-21T18:59:37.392454+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-21T18:59:38.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:38.858 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 18:59:38 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:39.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:39.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:39.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:39.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:39 smithi067 bash[19894]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:40.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:40.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:39 smithi105 bash[21781]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: cluster 2024-09-21T18:59:38.515001+0000 mgr.x (mgr.14152) 339 : cluster [DBG] pgmap v301: 65 pgs: 46 active+clean, 8 creating+peering, 11 unknown; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.658879+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.667981+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.676921+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.678463+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.682956+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "mds.cephfs.smithi067.vpelcg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: audit 2024-09-21T18:59:38.687619+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:40.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:39 smithi137 bash[22057]: cephadm 2024-09-21T18:59:38.689590+0000 mgr.x (mgr.14152) 340 : cephadm [INF] Deploying daemon mds.cephfs.smithi067.vpelcg on smithi067 2024-09-21T18:59:40.819 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:41.666 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.667 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.667 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.667 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.990 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.991 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.991 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:41.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:41.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 bash[19894]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:41.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:41 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:42.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:42.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:41 smithi105 bash[21781]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.515777+0000 mgr.x (mgr.14152) 341 : cluster [DBG] pgmap v302: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671439+0000 mon.a (mon.0) 592 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:boot 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671720+0000 mon.a (mon.0) 593 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl assigned to filesystem cephfs as rank 0 (now has 1 ranks) 2024-09-21T18:59:42.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671889+0000 mon.a (mon.0) 594 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671946+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.671993+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.672465+0000 mon.a (mon.0) 597 : cluster [DBG] fsmap cephfs:0 1 up:standby 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: audit 2024-09-21T18:59:40.672739+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.679141+0000 mon.a (mon.0) 599 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:creating} 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:42.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:41 smithi137 bash[22057]: cluster 2024-09-21T18:59:40.701136+0000 mon.a (mon.0) 600 : cluster [INF] daemon mds.cephfs.smithi137.wkeknl is now active in filesystem cephfs as rank 0 2024-09-21T18:59:42.170 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:59:42.170 INFO:teuthology.orchestra.run.smithi067.stdout:[{"events": ["2024-09-21T18:59:41.853278Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T18:52:34.353666Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T18:54:19.192326Z", "running": 1, "size": 1}}, {"events": ["2024-09-21T18:52:14.407776Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T18:54:19.192200Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T18:54:19.192452Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-21T18:59:42.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:42.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:42.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:42.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:42.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:42 smithi067 bash[19894]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:43.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:43.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:42 smithi105 bash[21781]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:43.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:43.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: cluster 2024-09-21T18:59:41.678450+0000 mon.a (mon.0) 601 : cluster [DBG] mds.? [v2:172.21.15.137:6816/1737828435,v1:172.21.15.137:6817/1737828435] up:active 2024-09-21T18:59:43.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:43.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: cluster 2024-09-21T18:59:41.678534+0000 mon.a (mon.0) 602 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 2024-09-21T18:59:43.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.834901+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.839117+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.842913+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.847787+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.853058+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:43.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:42 smithi137 bash[22057]: audit 2024-09-21T18:59:41.882092+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:43.335 INFO:tasks.cephadm:mds.cephfs has 0/2 2024-09-21T18:59:44.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:43 smithi067 bash[19894]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:43 smithi067 bash[19894]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:43 smithi067 bash[19894]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:44.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:43 smithi067 bash[19894]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:43 smithi105 bash[21781]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:43 smithi105 bash[21781]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:43 smithi105 bash[21781]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:43 smithi105 bash[21781]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:44.335 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T18:59:44.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:43 smithi137 bash[22057]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:43 smithi137 bash[22057]: audit 2024-09-21T18:59:42.168332+0000 mgr.x (mgr.14152) 342 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:44.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:43 smithi137 bash[22057]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:44.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:43 smithi137 bash[22057]: cluster 2024-09-21T18:59:42.516771+0000 mgr.x (mgr.14152) 343 : cluster [DBG] pgmap v303: 65 pgs: 65 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 143 B/s wr, 0 op/s 2024-09-21T18:59:45.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:45.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:44 smithi067 bash[19894]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:45.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:44 smithi105 bash[21781]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:45.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859626+0000 mon.a (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:boot 2024-09-21T18:59:45.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859743+0000 mon.a (mon.0) 610 : cluster [INF] Dropping low affinity active daemon mds.cephfs.smithi137.wkeknl in favor of higher affinity standby. 2024-09-21T18:59:45.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.859813+0000 mon.a (mon.0) 611 : cluster [WRN] Replacing daemon mds.cephfs.smithi137.wkeknl as rank 0 with standby daemon mds.cephfs.smithi067.vpelcg 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860207+0000 mon.a (mon.0) 612 : cluster [WRN] Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860235+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.860671+0000 mon.a (mon.0) 614 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi137.wkeknl=up:active} 1 up:standby 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:43.860858+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.870166+0000 mon.a (mon.0) 616 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: cluster 2024-09-21T18:59:43.870387+0000 mon.a (mon.0) 617 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:replay} 2024-09-21T18:59:45.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:44.449478+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]} : dispatch 2024-09-21T18:59:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:45.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:44 smithi137 bash[22057]: audit 2024-09-21T18:59:44.449780+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]} : dispatch 2024-09-21T18:59:46.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:46.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:45 smithi067 bash[19894]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:46.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:45 smithi105 bash[21781]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.517444+0000 mgr.x (mgr.14152) 344 : cluster [DBG] pgmap v305: 65 pgs: 65 active+clean; 579 KiB data, 162 MiB used, 536 GiB / 536 GiB avail; 383 B/s rd, 511 B/s wr, 2 op/s 2024-09-21T18:59:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.863381+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-21T18:59:46.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.870943+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [5, 0]}]': finished 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.871149+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.19", "id": [3, 2]}]': finished 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880093+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880612+0000 mon.a (mon.0) 624 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:reconnect 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880722+0000 mon.a (mon.0) 625 : cluster [DBG] mds.? [v2:172.21.15.137:6816/3519742781,v1:172.21.15.137:6817/3519742781] up:boot 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: cluster 2024-09-21T18:59:44.880938+0000 mon.a (mon.0) 626 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:reconnect} 1 up:standby 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.881867+0000 mon.a (mon.0) 627 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T18:59:46.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:46.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:45 smithi137 bash[22057]: audit 2024-09-21T18:59:44.893616+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:47.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:46 smithi067 bash[19894]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:47.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:47.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:46 smithi105 bash[21781]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.878990+0000 mon.a (mon.0) 629 : cluster [DBG] osdmap e47: 6 total, 6 up, 6 in 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891213+0000 mon.a (mon.0) 630 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:rejoin 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891371+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap cephfs:1/1 {0=cephfs.smithi067.vpelcg=up:rejoin} 1 up:standby 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:47.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:46 smithi137 bash[22057]: cluster 2024-09-21T18:59:45.891629+0000 mon.a (mon.0) 632 : cluster [INF] daemon mds.cephfs.smithi067.vpelcg is now active in filesystem cephfs as rank 0 2024-09-21T18:59:48.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:47 smithi067 bash[19894]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:47 smithi105 bash[21781]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.518277+0000 mgr.x (mgr.14152) 345 : cluster [DBG] pgmap v308: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.3 KiB/s wr, 9 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.882357+0000 mon.a (mon.0) 633 : cluster [INF] Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.882405+0000 mon.a (mon.0) 634 : cluster [INF] Cluster is now healthy 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.896551+0000 mon.a (mon.0) 635 : cluster [DBG] mds.? [v2:172.21.15.67:6818/3460881845,v1:172.21.15.67:6819/3460881845] up:active 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: cluster 2024-09-21T18:59:46.896788+0000 mon.a (mon.0) 636 : cluster [DBG] fsmap cephfs:1 {0=cephfs.smithi067.vpelcg=up:active} 1 up:standby 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: audit 2024-09-21T18:59:47.193261+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:47 smithi137 bash[22057]: audit 2024-09-21T18:59:47.200969+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:48.931 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:49.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.492 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:49.493 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:49 smithi067 bash[19894]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:49.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:49 smithi105 bash[21781]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.222883+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.226891+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.227766+0000 mon.a (mon.0) 641 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.228517+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.233028+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.264048+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.265455+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.266155+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: audit 2024-09-21T18:59:48.270890+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:49.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:49 smithi137 bash[22057]: cluster 2024-09-21T18:59:48.518943+0000 mgr.x (mgr.14152) 346 : cluster [DBG] pgmap v309: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s rd, 2.2 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:50.445 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T18:59:50.445 INFO:teuthology.orchestra.run.smithi067.stdout:[{"events": ["2024-09-21T18:59:41.853278Z service:mds.cephfs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T18:59:47.184967Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T18:52:34.353666Z service:mgr [INFO] \"service was created\""], "placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T18:59:48.218411Z", "running": 1, "size": 1}}, {"events": ["2024-09-21T18:52:14.407776Z service:mon [INFO] \"service was created\""], "placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T18:56:03.946461Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T18:56:03.946784Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-21T18:59:51.027 INFO:tasks.cephadm:mds.cephfs has 2/2 2024-09-21T18:59:51.027 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T18:59:51.039 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T18:59:51.039 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph fs subvolumegroup create cephfs smb' 2024-09-21T18:59:51.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:50 smithi067 bash[19894]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:51.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:50 smithi067 bash[19894]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:51.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:50 smithi105 bash[21781]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:51.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:50 smithi105 bash[21781]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:51.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:50 smithi137 bash[22057]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:51.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:50 smithi137 bash[22057]: audit 2024-09-21T18:59:49.908669+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.67:0/3937178743' entity='mgr.x' 2024-09-21T18:59:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:51 smithi067 bash[19894]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:51 smithi067 bash[19894]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:51 smithi067 bash[19894]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:52.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:51 smithi067 bash[19894]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:51 smithi105 bash[21781]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:51 smithi105 bash[21781]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:51 smithi105 bash[21781]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:51 smithi105 bash[21781]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:52.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:51 smithi137 bash[22057]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:51 smithi137 bash[22057]: audit 2024-09-21T18:59:50.443000+0000 mgr.x (mgr.14152) 347 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T18:59:52.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:51 smithi137 bash[22057]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:52.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:51 smithi137 bash[22057]: cluster 2024-09-21T18:59:50.519540+0000 mgr.x (mgr.14152) 348 : cluster [DBG] pgmap v310: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 2.0 KiB/s wr, 8 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:53 smithi067 bash[19894]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:53 smithi067 bash[19894]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:53 smithi105 bash[21781]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:53 smithi105 bash[21781]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:53 smithi137 bash[22057]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:54.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:53 smithi137 bash[22057]: cluster 2024-09-21T18:59:52.520394+0000 mgr.x (mgr.14152) 349 : cluster [DBG] pgmap v311: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 9.6 KiB/s rd, 1.2 KiB/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:55.804 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T18:59:56.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:55 smithi067 bash[19894]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:56.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:55 smithi067 bash[19894]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:55 smithi105 bash[21781]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:55 smithi105 bash[21781]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:56.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:55 smithi137 bash[22057]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:56.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:55 smithi137 bash[22057]: cluster 2024-09-21T18:59:54.521126+0000 mgr.x (mgr.14152) 350 : cluster [DBG] pgmap v312: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 7.6 KiB/s rd, 212 B/s wr, 10 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:57.490 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[20150]: debug 2024-09-21T18:59:57.226+0000 7f7322290640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T18:59:57.491 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[20150]: debug 2024-09-21T18:59:57.226+0000 7f7322290640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T18:59:57.491 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[20150]: debug 2024-09-21T18:59:57.226+0000 7f7322290640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T18:59:57.491 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[20150]: debug 2024-09-21T18:59:57.226+0000 7f7322290640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T18:59:57.491 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[20150]: debug 2024-09-21T18:59:57.226+0000 7f7322290640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T18:59:57.868 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph fs subvolume create cephfs sv1 --group-name=smb --mode=0777' 2024-09-21T18:59:58.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[19894]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:58.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:57 smithi067 bash[19894]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:57 smithi105 bash[21781]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:57 smithi105 bash[21781]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:58.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:57 smithi137 bash[22057]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:58.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:57 smithi137 bash[22057]: cluster 2024-09-21T18:59:56.522121+0000 mgr.x (mgr.14152) 351 : cluster [DBG] pgmap v313: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-09-21T18:59:59.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:58 smithi067 bash[19894]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:58 smithi067 bash[19894]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:58 smithi067 bash[19894]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T18:59:59.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:58 smithi067 bash[19894]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T18:59:59.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:58 smithi105 bash[21781]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:58 smithi105 bash[21781]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:58 smithi105 bash[21781]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T18:59:59.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:58 smithi105 bash[21781]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T18:59:59.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:58 smithi137 bash[22057]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:58 smithi137 bash[22057]: audit 2024-09-21T18:59:57.225232+0000 mgr.x (mgr.14152) 352 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "fs subvolumegroup create", "vol_name": "cephfs", "group_name": "smb", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T18:59:59.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:58 smithi137 bash[22057]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T18:59:59.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:58 smithi137 bash[22057]: cluster 2024-09-21T18:59:57.933693+0000 mon.a (mon.0) 649 : cluster [DBG] mgrmap e16: x(active, since 9m) 2024-09-21T19:00:00.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:59 smithi067 bash[19894]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:00.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 18:59:59 smithi067 bash[19894]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:59 smithi105 bash[21781]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 18:59:59 smithi105 bash[21781]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:00.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:59 smithi137 bash[22057]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:00.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 18:59:59 smithi137 bash[22057]: cluster 2024-09-21T18:59:58.522752+0000 mgr.x (mgr.14152) 353 : cluster [DBG] pgmap v314: 65 pgs: 65 active+clean; 579 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:00:01.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:00 smithi067 bash[19894]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:00 smithi067 bash[19894]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:00 smithi105 bash[21781]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:00 smithi105 bash[21781]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:00 smithi137 bash[22057]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:01.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:00 smithi137 bash[22057]: cluster 2024-09-21T19:00:00.000170+0000 mon.a (mon.0) 650 : cluster [INF] overall HEALTH_OK 2024-09-21T19:00:02.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:01 smithi067 bash[19894]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:01 smithi067 bash[19894]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:01 smithi105 bash[21781]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:01 smithi105 bash[21781]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:01 smithi137 bash[22057]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:01 smithi137 bash[22057]: cluster 2024-09-21T19:00:00.523528+0000 mgr.x (mgr.14152) 354 : cluster [DBG] pgmap v315: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.8 KiB/s rd, 767 B/s wr, 5 op/s 2024-09-21T19:00:02.631 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:00:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:03 smithi067 bash[19894]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:03 smithi067 bash[19894]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:03 smithi105 bash[21781]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:03 smithi105 bash[21781]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:03 smithi137 bash[22057]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:03 smithi137 bash[22057]: cluster 2024-09-21T19:00:02.524475+0000 mgr.x (mgr.14152) 355 : cluster [DBG] pgmap v316: 65 pgs: 65 active+clean; 585 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 853 B/s wr, 5 op/s 2024-09-21T19:00:04.608 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph fs subvolume create cephfs sv2 --group-name=smb --mode=0777' 2024-09-21T19:00:05.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:04 smithi067 bash[19894]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:05.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:04 smithi067 bash[19894]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:05.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:04 smithi105 bash[21781]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:05.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:04 smithi105 bash[21781]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:05.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:04 smithi137 bash[22057]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:05.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:04 smithi137 bash[22057]: audit 2024-09-21T19:00:04.036556+0000 mgr.x (mgr.14152) 356 : audit [DBG] from='client.14508 -' 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-21T19:00:06.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:05 smithi067 bash[19894]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:06.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:05 smithi067 bash[19894]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:05 smithi105 bash[21781]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:05 smithi105 bash[21781]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:06.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:05 smithi137 bash[22057]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:06.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:05 smithi137 bash[22057]: cluster 2024-09-21T19:00:04.525131+0000 mgr.x (mgr.14152) 357 : cluster [DBG] pgmap v317: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:07 smithi067 bash[19894]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:07 smithi067 bash[19894]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:07 smithi105 bash[21781]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:07 smithi105 bash[21781]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:07 smithi137 bash[22057]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:08.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:07 smithi137 bash[22057]: cluster 2024-09-21T19:00:06.526202+0000 mgr.x (mgr.14152) 358 : cluster [DBG] pgmap v318: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:09.368 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:00:10.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:09 smithi067 bash[19894]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:10.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:09 smithi067 bash[19894]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:09 smithi105 bash[21781]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:09 smithi105 bash[21781]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:10.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:09 smithi137 bash[22057]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:10.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:09 smithi137 bash[22057]: cluster 2024-09-21T19:00:08.526858+0000 mgr.x (mgr.14152) 359 : cluster [DBG] pgmap v319: 65 pgs: 65 active+clean; 594 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 1.7 KiB/s wr, 0 op/s 2024-09-21T19:00:11.455 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph mgr module enable smb' 2024-09-21T19:00:12.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:11 smithi067 bash[19894]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:11 smithi067 bash[19894]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:11 smithi067 bash[19894]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:12.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:11 smithi067 bash[19894]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:11 smithi105 bash[21781]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:11 smithi105 bash[21781]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:11 smithi105 bash[21781]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:11 smithi105 bash[21781]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:12.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:11 smithi137 bash[22057]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:11 smithi137 bash[22057]: cluster 2024-09-21T19:00:10.527623+0000 mgr.x (mgr.14152) 360 : cluster [DBG] pgmap v320: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s wr, 1 op/s 2024-09-21T19:00:12.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:11 smithi137 bash[22057]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:12.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:11 smithi137 bash[22057]: audit 2024-09-21T19:00:10.793877+0000 mgr.x (mgr.14152) 361 : audit [DBG] from='client.14514 -' 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-21T19:00:14.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:13 smithi067 bash[19894]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:14.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:13 smithi067 bash[19894]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:13 smithi105 bash[21781]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:13 smithi105 bash[21781]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:14.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:13 smithi137 bash[22057]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:14.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:13 smithi137 bash[22057]: cluster 2024-09-21T19:00:12.528551+0000 mgr.x (mgr.14152) 362 : cluster [DBG] pgmap v321: 65 pgs: 65 active+clean; 607 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 2.4 KiB/s wr, 1 op/s 2024-09-21T19:00:16.216 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:00:16.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:15 smithi105 bash[21781]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:16.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:15 smithi105 bash[21781]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:16.351 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:15 smithi067 bash[19894]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:16.351 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:15 smithi067 bash[19894]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:16.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:15 smithi137 bash[22057]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:16.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:15 smithi137 bash[22057]: cluster 2024-09-21T19:00:14.529201+0000 mgr.x (mgr.14152) 363 : cluster [DBG] pgmap v322: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 5.1 KiB/s wr, 2 op/s 2024-09-21T19:00:18.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:17 smithi105 bash[21781]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:17 smithi105 bash[21781]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:17 smithi105 bash[21781]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:17 smithi105 bash[21781]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:17 smithi137 bash[22057]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:17 smithi137 bash[22057]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:17 smithi137 bash[22057]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:17 smithi137 bash[22057]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.490 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:18 smithi067 bash[20150]: ignoring --setuser ceph since I am not root 2024-09-21T19:00:18.490 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:18 smithi067 bash[20150]: ignoring --setgroup ceph since I am not root 2024-09-21T19:00:18.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:17 smithi067 bash[19894]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:17 smithi067 bash[19894]: cluster 2024-09-21T19:00:16.530204+0000 mgr.x (mgr.14152) 364 : cluster [DBG] pgmap v323: 65 pgs: 65 active+clean; 635 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s wr, 2 op/s 2024-09-21T19:00:18.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:17 smithi067 bash[19894]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:17 smithi067 bash[19894]: audit 2024-09-21T19:00:17.620368+0000 mon.a (mon.0) 651 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "smb"} : dispatch 2024-09-21T19:00:18.652 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'sleep 30' 2024-09-21T19:00:19.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:19 smithi105 bash[21781]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:19 smithi105 bash[21781]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:19 smithi105 bash[21781]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:19.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:19 smithi105 bash[21781]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:19.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:19 smithi137 bash[22057]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:19 smithi137 bash[22057]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:19 smithi137 bash[22057]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:19.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:19 smithi137 bash[22057]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:19.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:19 smithi067 bash[19894]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:19 smithi067 bash[19894]: audit 2024-09-21T19:00:18.005948+0000 mon.a (mon.0) 652 : audit [INF] from='client.? 172.21.15.67:0/3704726610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "smb"}]': finished 2024-09-21T19:00:19.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:19 smithi067 bash[19894]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:19.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:19 smithi067 bash[19894]: cluster 2024-09-21T19:00:18.012660+0000 mon.a (mon.0) 653 : cluster [DBG] mgrmap e17: x(active, since 9m) 2024-09-21T19:00:23.391 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:24.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:24 smithi067 bash[19894]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:24.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:24 smithi105 bash[21781]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:24.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.354628+0000 mon.a (mon.0) 654 : cluster [INF] Active manager daemon x restarted 2024-09-21T19:00:24.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.355238+0000 mon.a (mon.0) 655 : cluster [INF] Activating manager daemon x 2024-09-21T19:00:24.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.369128+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e48: 6 total, 6 up, 6 in 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.371256+0000 mon.a (mon.0) 657 : cluster [DBG] mgrmap e18: x(active, starting, since 0.0161825s) 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.373681+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.374965+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.375134+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.377527+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi067.vpelcg"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.377876+0000 mon.a (mon.0) 662 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata", "who": "cephfs.smithi137.wkeknl"} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378201+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mgr metadata", "who": "x", "id": "x"} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378478+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.378838+0000 mon.a (mon.0) 665 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379166+0000 mon.a (mon.0) 666 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379455+0000 mon.a (mon.0) 667 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379652+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.379919+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.382289+0000 mon.a (mon.0) 670 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.382796+0000 mon.a (mon.0) 671 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:24.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:24 smithi137 bash[22057]: audit 2024-09-21T19:00:24.383307+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:25.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:25 smithi137 bash[22057]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:25.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:25 smithi067 bash[19894]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: cluster 2024-09-21T19:00:24.424101+0000 mon.a (mon.0) 673 : cluster [INF] Manager daemon x is now available 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.855094+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.886098+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.893344+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true} : dispatch 2024-09-21T19:00:25.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:25.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:25 smithi105 bash[21781]: audit 2024-09-21T19:00:24.898302+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"} : dispatch 2024-09-21T19:00:26.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:26.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[19894]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.282+0000 7fa0e30d5640 -1 log_channel(cephadm) log [ERR] : [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: Traceback (most recent call last): 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: self._run(expiration_interval) 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:26.742 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: s = self.context.wrap_socket( 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: return self.sslsocket_class._create( 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: self.do_handshake() 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: self._sslobj.do_handshake() 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0c97e2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0c97e2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0c97e2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0c97e2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0c97e2640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0cbfe7640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0cbfe7640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0cbfe7640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.743 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0cbfe7640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.744 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:00:26 smithi067 bash[20150]: debug 2024-09-21T19:00:26.478+0000 7fa0cbfe7640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:00:26.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:26.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:26 smithi105 bash[21781]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: audit 2024-09-21T19:00:25.425595+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool create", "pool": ".smb", "yes_i_really_mean_it": true}]': finished 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.437503+0000 mon.a (mon.0) 679 : cluster [DBG] osdmap e49: 6 total, 6 up, 6 in 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.438687+0000 mon.a (mon.0) 680 : cluster [DBG] mgrmap e19: x(active, since 1.08363s) 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: audit 2024-09-21T19:00:25.446350+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"} : dispatch 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:26.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:26 smithi137 bash[22057]: cluster 2024-09-21T19:00:25.451733+0000 mgr.x (mgr.14526) 1 : cluster [DBG] pgmap v4: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T19:00:27.742 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self.do_handshake() 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: Traceback (most recent call last): 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._run(expiration_interval) 2024-09-21T19:00:27.743 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: s = self.context.wrap_socket( 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: return self.sslsocket_class._create( 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.744 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self.do_handshake() 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: self._sslobj.do_handshake() 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.745 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:27.746 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:27 smithi067 bash[19894]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: Traceback (most recent call last): 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._run(expiration_interval) 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: s = self.context.wrap_socket( 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: return self.sslsocket_class._create( 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.785 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self.do_handshake() 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._sslobj.do_handshake() 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: Traceback (most recent call last): 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._run(expiration_interval) 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.786 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: s = self.context.wrap_socket( 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: return self.sslsocket_class._create( 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self.do_handshake() 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: self._sslobj.do_handshake() 2024-09-21T19:00:27.787 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:27.788 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:27 smithi105 bash[21781]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:27.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.158892+0000 mgr.x (mgr.14526) 2 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTING 2024-09-21T19:00:27.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.282726+0000 mgr.x (mgr.14526) 3 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on https://172.21.15.67:7150 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: Traceback (most recent call last): 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._run(expiration_interval) 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: s = self.context.wrap_socket( 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.859 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: return self.sslsocket_class._create( 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self.do_handshake() 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._sslobj.do_handshake() 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.286024+0000 mgr.x (mgr.14526) 4 : cephadm [ERR] [21/Sep/2024:19:00:26] ENGINE Error in HTTPServer.serve 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: Traceback (most recent call last): 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._connections.run(self.expiration_interval) 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._run(expiration_interval) 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T19:00:27.860 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: s = self.context.wrap_socket( 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: return self.sslsocket_class._create( 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self.do_handshake() 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: self._sslobj.do_handshake() 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.382620+0000 mgr.x (mgr.14526) 5 : cluster [DBG] pgmap v5: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:27.861 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.383758+0000 mgr.x (mgr.14526) 6 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Serving on http://172.21.15.67:8765 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cephadm 2024-09-21T19:00:26.383938+0000 mgr.x (mgr.14526) 7 : cephadm [INF] [21/Sep/2024:19:00:26] ENGINE Bus STARTED 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.425447+0000 mon.a (mon.0) 682 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: audit 2024-09-21T19:00:26.435163+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "pool": ".smb", "app": "smb"}]': finished 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.447734+0000 mon.a (mon.0) 684 : cluster [DBG] mgrmap e20: x(active, since 2s) 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:27.862 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:27 smithi137 bash[22057]: cluster 2024-09-21T19:00:26.448015+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e50: 6 total, 6 up, 6 in 2024-09-21T19:00:28.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:28 smithi067 bash[19894]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:28.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:28 smithi067 bash[19894]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:28.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:28 smithi105 bash[21781]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:28.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:28 smithi105 bash[21781]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:28.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:28 smithi137 bash[22057]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:28.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:28 smithi137 bash[22057]: cluster 2024-09-21T19:00:27.451893+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e51: 6 total, 6 up, 6 in 2024-09-21T19:00:29.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:29.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:29 smithi067 bash[19894]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:29.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:29.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:29 smithi105 bash[21781]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:29.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.383225+0000 mgr.x (mgr.14526) 8 : cluster [DBG] pgmap v8: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.446289+0000 mon.a (mon.0) 687 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.446340+0000 mon.a (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:29.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:29 smithi137 bash[22057]: cluster 2024-09-21T19:00:28.468034+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e21: x(active, since 4s) 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:31 smithi067 bash[19894]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.784 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:31 smithi105 bash[21781]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: cluster 2024-09-21T19:00:30.383722+0000 mgr.x (mgr.14526) 9 : cluster [DBG] pgmap v9: 97 pgs: 26 creating+peering, 65 active+clean, 6 unknown; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.467681+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.471634+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.505970+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.514095+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.611987+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:31.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:31 smithi137 bash[22057]: audit 2024-09-21T19:00:30.620398+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.990 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.990 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:32.991 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.992 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:32.993 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.994 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:32.995 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:32 smithi067 bash[19894]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:33.036 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.037 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:33.038 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:32 smithi105 bash[21781]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.738412+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.741964+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.745456+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.746743+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.749167+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.750525+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.751050+0000 mgr.x (mgr.14526) 10 : cephadm [INF] Adjusting osd_memory_target on smithi067 to 6584M 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.755916+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.768870+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.777549+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.780193+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.781490+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.782489+0000 mgr.x (mgr.14526) 11 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 8632M 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.789259+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.110 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.793331+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:31.794521+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.796191+0000 mgr.x (mgr.14526) 12 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.796827+0000 mgr.x (mgr.14526) 13 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.797150+0000 mgr.x (mgr.14526) 14 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.960364+0000 mgr.x (mgr.14526) 15 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.960866+0000 mgr.x (mgr.14526) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.111 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: cephadm 2024-09-21T19:00:31.961437+0000 mgr.x (mgr.14526) 17 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.328031+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.333433+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.338813+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.344089+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.348561+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.353004+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.357523+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:33.112 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:32 smithi137 bash[22057]: audit 2024-09-21T19:00:32.388201+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.241 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.242 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.243 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:33 smithi067 bash[19894]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:33 smithi105 bash[21781]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.082029+0000 mgr.x (mgr.14526) 18 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.082508+0000 mgr.x (mgr.14526) 19 : cephadm [INF] Updating smithi067:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.083026+0000 mgr.x (mgr.14526) 20 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201035+0000 mgr.x (mgr.14526) 21 : cephadm [INF] Updating smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201467+0000 mgr.x (mgr.14526) 22 : cephadm [INF] Updating smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cephadm 2024-09-21T19:00:32.201984+0000 mgr.x (mgr.14526) 23 : cephadm [INF] Updating smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: cluster 2024-09-21T19:00:32.384590+0000 mgr.x (mgr.14526) 24 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 25 KiB/s rd, 443 B/s wr, 10 op/s 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.930993+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.935755+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.936707+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.937511+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:00:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:33 smithi137 bash[22057]: audit 2024-09-21T19:00:32.942413+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:00:36.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:35 smithi067 bash[19894]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:36.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:35 smithi067 bash[19894]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:35 smithi105 bash[21781]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:35 smithi105 bash[21781]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:36.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:35 smithi137 bash[22057]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:36.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:35 smithi137 bash[22057]: cluster 2024-09-21T19:00:34.385159+0000 mgr.x (mgr.14526) 25 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 644 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 22 KiB/s rd, 383 B/s wr, 9 op/s 2024-09-21T19:00:38.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:37 smithi067 bash[19894]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:38.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:37 smithi067 bash[19894]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:38.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:37 smithi105 bash[21781]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:38.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:37 smithi105 bash[21781]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:38.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:37 smithi137 bash[22057]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:38.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:37 smithi137 bash[22057]: cluster 2024-09-21T19:00:36.386363+0000 mgr.x (mgr.14526) 26 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 18 KiB/s rd, 720 B/s wr, 7 op/s 2024-09-21T19:00:40.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:39 smithi067 bash[19894]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:40.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:39 smithi067 bash[19894]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:40.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:39 smithi105 bash[21781]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:40.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:39 smithi105 bash[21781]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:40.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:39 smithi137 bash[22057]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:40.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:39 smithi137 bash[22057]: cluster 2024-09-21T19:00:38.387033+0000 mgr.x (mgr.14526) 27 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 655 B/s wr, 7 op/s 2024-09-21T19:00:42.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:41 smithi067 bash[19894]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:42.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:41 smithi067 bash[19894]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:42.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:41 smithi105 bash[21781]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:42.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:41 smithi105 bash[21781]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:42.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:41 smithi137 bash[22057]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:42.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:41 smithi137 bash[22057]: cluster 2024-09-21T19:00:40.387683+0000 mgr.x (mgr.14526) 28 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:43 smithi067 bash[19894]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:43 smithi067 bash[19894]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:43 smithi105 bash[21781]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:43 smithi105 bash[21781]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:43 smithi137 bash[22057]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:44.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:43 smithi137 bash[22057]: cluster 2024-09-21T19:00:42.388919+0000 mgr.x (mgr.14526) 29 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 15 KiB/s rd, 597 B/s wr, 6 op/s 2024-09-21T19:00:46.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:45 smithi067 bash[19894]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:46.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:45 smithi067 bash[19894]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:46.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:45 smithi105 bash[21781]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:46.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:45 smithi105 bash[21781]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:46.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:45 smithi137 bash[22057]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:46.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:45 smithi137 bash[22057]: cluster 2024-09-21T19:00:44.389583+0000 mgr.x (mgr.14526) 30 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:47 smithi067 bash[19894]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:47 smithi067 bash[19894]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:47 smithi105 bash[21781]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:47 smithi105 bash[21781]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:47 smithi137 bash[22057]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:48.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:47 smithi137 bash[22057]: cluster 2024-09-21T19:00:46.390797+0000 mgr.x (mgr.14526) 31 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 341 B/s wr, 0 op/s 2024-09-21T19:00:50.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:49 smithi067 bash[19894]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:50.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:49 smithi067 bash[19894]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:50.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:49 smithi105 bash[21781]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:50.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:49 smithi105 bash[21781]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:50.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:49 smithi137 bash[22057]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:50.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:49 smithi137 bash[22057]: cluster 2024-09-21T19:00:48.391466+0000 mgr.x (mgr.14526) 32 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:51 smithi067 bash[19894]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:51 smithi067 bash[19894]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:51 smithi105 bash[21781]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:51 smithi105 bash[21781]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:51 smithi137 bash[22057]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:52.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:51 smithi137 bash[22057]: cluster 2024-09-21T19:00:50.392114+0000 mgr.x (mgr.14526) 33 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:53 smithi067 bash[19894]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:53 smithi067 bash[19894]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:53 smithi105 bash[21781]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:53 smithi105 bash[21781]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:53 smithi137 bash[22057]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:54.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:53 smithi137 bash[22057]: cluster 2024-09-21T19:00:52.393296+0000 mgr.x (mgr.14526) 34 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:55.206 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph smb apply -i -' 2024-09-21T19:00:56.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:55 smithi067 bash[19894]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:56.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:55 smithi067 bash[19894]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:55 smithi105 bash[21781]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:56.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:55 smithi105 bash[21781]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:56.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:55 smithi137 bash[22057]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:56.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:55 smithi137 bash[22057]: cluster 2024-09-21T19:00:54.393920+0000 mgr.x (mgr.14526) 35 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:57 smithi067 bash[19894]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:57 smithi067 bash[19894]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:57 smithi105 bash[21781]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:57 smithi105 bash[21781]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:57 smithi137 bash[22057]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:58.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:57 smithi137 bash[22057]: cluster 2024-09-21T19:00:56.395107+0000 mgr.x (mgr.14526) 36 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:00:59.978 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:00.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:59 smithi067 bash[19894]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:00.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:00:59 smithi067 bash[19894]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:59 smithi105 bash[21781]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:00.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:00:59 smithi105 bash[21781]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:00.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:59 smithi137 bash[22057]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:00.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:00:59 smithi137 bash[22057]: cluster 2024-09-21T19:00:58.395760+0000 mgr.x (mgr.14526) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "results": [ 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "auth_id": "join1-admin", 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "present", 2024-09-21T19:01:01.619 INFO:teuthology.orchestra.run.smithi067.stdout: "auth": { 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "username": "Administrator", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "password": "Passw0rd" 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "created", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.cluster", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "auth_mode": "active-directory", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "present", 2024-09-21T19:01:01.620 INFO:teuthology.orchestra.run.smithi067.stdout: "domain_settings": { 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "realm": "DOMAIN1.SINK.TEST", 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "join_sources": [ 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "source_type": "resource", 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "ref": "join1-admin" 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: ] 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "custom_dns": [ 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "172.21.15.170" 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "placement": { 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: "count": 3 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.621 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "created", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.share", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "share_id": "share1", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "present", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "share1", 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "readonly": false, 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "browseable": true, 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "cephfs": { 2024-09-21T19:01:01.622 INFO:teuthology.orchestra.run.smithi067.stdout: "volume": "cephfs", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "subvolumegroup": "smb", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "subvolume": "sv1", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "provider": "samba-vfs" 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "created", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.share", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "share_id": "share2", 2024-09-21T19:01:01.623 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "present", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "share2", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "readonly": false, 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "browseable": true, 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "cephfs": { 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "volume": "cephfs", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "subvolumegroup": "smb", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "subvolume": "sv2", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "provider": "samba-vfs" 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "created", 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-21T19:01:01.624 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:01:01.625 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-21T19:01:01.739 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.441+0000 7fa0c67dc640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.739 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.441+0000 7fa0c67dc640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.441+0000 7fa0c67dc640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.441+0000 7fa0c67dc640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.441+0000 7fa0c67dc640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.461+0000 7fa0d37f6640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.461+0000 7fa0d37f6640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.461+0000 7fa0d37f6640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.461+0000 7fa0d37f6640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:01.740 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[20150]: debug 2024-09-21T19:01:01.461+0000 7fa0d37f6640 -1 client.0 error registering admin socket command: (17) File exists 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.217 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.218 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:01 smithi067 bash[19894]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.219 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.220 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 bash[19894]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.252 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T19:01:02.261 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to start (timeout 300)... 2024-09-21T19:01:02.261 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:02.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.286 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.287 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:01 smithi105 bash[21781]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: cluster 2024-09-21T19:01:00.396451+0000 mgr.x (mgr.14526) 38 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.437623+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv1", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.474017+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs subvolume getpath", "vol_name": "cephfs", "sub_name": "sv2", "group_name": "smb"} : dispatch 2024-09-21T19:01:02.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.493993+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.582044+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.588523+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.590218+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]} : dispatch 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.593252+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "fs authorize", "filesystem": "cephfs", "entity": "client.smb.fs.cluster.adctdb1", "caps": ["/", "rw"]}]': finished 2024-09-21T19:01:02.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.616165+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.617824+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.623119+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.625018+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.632721+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.640648+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.642237+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.644759+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.648250+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.361 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:01 smithi137 bash[22057]: audit 2024-09-21T19:01:01.649037+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:02.769 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:02.770 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:02.770 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:02.770 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:03.048 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:03.049 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:03.049 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:03.049 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:02 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.050 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:03.051 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:03 smithi067 bash[19894]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:03.285 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:03 smithi105 bash[21781]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.354429+0000 mgr.x (mgr.14526) 39 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.440186+0000 mgr.x (mgr.14526) 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-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: audit 2024-09-21T19:01:01.474924+0000 mgr.x (mgr.14526) 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-21T19:01:03.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.610006+0000 mgr.x (mgr.14526) 42 : cephadm [INF] Saving service smb.adctdb1 spec with placement count:3 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.641332+0000 mgr.x (mgr.14526) 43 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.641832+0000 mgr.x (mgr.14526) 44 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.649693+0000 mgr.x (mgr.14526) 45 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.732060+0000 mgr.x (mgr.14526) 46 : cephadm [WRN] daemon not available: 'smb.adctdb1.1.0.smithi105.xmxszd' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.732131+0000 mgr.x (mgr.14526) 47 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}} 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:03.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:03 smithi137 bash[22057]: cephadm 2024-09-21T19:01:01.739651+0000 mgr.x (mgr.14526) 48 : cephadm [INF] Deploying daemon smb.adctdb1.0.0.smithi067.sjkohr on smithi067 2024-09-21T19:01:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:04 smithi067 bash[19894]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:04 smithi067 bash[19894]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:04 smithi067 bash[19894]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:04.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:04 smithi067 bash[19894]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:04 smithi105 bash[21781]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:04 smithi105 bash[21781]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:04 smithi105 bash[21781]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:04.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:04 smithi105 bash[21781]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:04.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:04 smithi137 bash[22057]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:04 smithi137 bash[22057]: cluster 2024-09-21T19:01:02.397235+0000 mgr.x (mgr.14526) 49 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:04 smithi137 bash[22057]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:04.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:04 smithi137 bash[22057]: cluster 2024-09-21T19:01:03.007556+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e22: x(active, since 38s) 2024-09-21T19:01:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:06 smithi105 bash[21781]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:06 smithi105 bash[21781]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:06 smithi137 bash[22057]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:06 smithi137 bash[22057]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:06 smithi067 bash[19894]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:06 smithi067 bash[19894]: cluster 2024-09-21T19:01:04.397891+0000 mgr.x (mgr.14526) 50 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 647 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:06.999 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:08 smithi105 bash[21781]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:08.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:08 smithi105 bash[21781]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:08.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:08 smithi137 bash[22057]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:08.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:08 smithi137 bash[22057]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:08.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:08 smithi067 bash[19894]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:08.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:08 smithi067 bash[19894]: cluster 2024-09-21T19:01:06.399009+0000 mgr.x (mgr.14526) 51 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:10 smithi105 bash[21781]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:10 smithi105 bash[21781]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:10 smithi137 bash[22057]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:10 smithi137 bash[22057]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:10 smithi067 bash[19894]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:10.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:10 smithi067 bash[19894]: cluster 2024-09-21T19:01:08.399686+0000 mgr.x (mgr.14526) 52 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:12 smithi105 bash[21781]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:12 smithi105 bash[21781]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:12 smithi137 bash[22057]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:12 smithi137 bash[22057]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:12 smithi067 bash[19894]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:12.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:12 smithi067 bash[19894]: cluster 2024-09-21T19:01:10.400363+0000 mgr.x (mgr.14526) 53 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.002 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:01:14.002 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:01:01.641033Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:01:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:14 smithi105 bash[21781]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:14 smithi105 bash[21781]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:14 smithi137 bash[22057]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:14 smithi137 bash[22057]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:14 smithi067 bash[19894]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:14.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:14 smithi067 bash[19894]: cluster 2024-09-21T19:01:12.401590+0000 mgr.x (mgr.14526) 54 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:15.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:15 smithi137 bash[22057]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:15.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:15 smithi137 bash[22057]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:15.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:15 smithi067 bash[19894]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:15.401 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:15 smithi067 bash[19894]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:15.402 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:01:15.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:15 smithi105 bash[21781]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:15.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:15 smithi105 bash[21781]: audit 2024-09-21T19:01:14.002233+0000 mgr.x (mgr.14526) 55 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:16.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:16 smithi137 bash[22057]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:16.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:16 smithi137 bash[22057]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:16.403 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:16.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:16 smithi067 bash[19894]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:16.415 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:16 smithi067 bash[19894]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:16.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:16 smithi105 bash[21781]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:16.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:16 smithi105 bash[21781]: cluster 2024-09-21T19:01:14.402067+0000 mgr.x (mgr.14526) 56 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:18 smithi067 bash[19894]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:18 smithi067 bash[19894]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:18 smithi137 bash[22057]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:18 smithi137 bash[22057]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:18 smithi105 bash[21781]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:18.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:18 smithi105 bash[21781]: cluster 2024-09-21T19:01:16.403356+0000 mgr.x (mgr.14526) 57 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 146 KiB/s wr, 14 op/s 2024-09-21T19:01:20.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:20 smithi137 bash[22057]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:20.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:20 smithi137 bash[22057]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:20.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:20 smithi067 bash[19894]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:20.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:20 smithi067 bash[19894]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:20.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:20 smithi105 bash[21781]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:20.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:20 smithi105 bash[21781]: cluster 2024-09-21T19:01:18.404033+0000 mgr.x (mgr.14526) 58 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:21.185 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:22.312 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:22 smithi067 bash[19894]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:22.313 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:22 smithi067 bash[19894]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:22.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:22 smithi137 bash[22057]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:22.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:22 smithi137 bash[22057]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:22.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:22 smithi105 bash[21781]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:22.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:22 smithi105 bash[21781]: cluster 2024-09-21T19:01:20.404737+0000 mgr.x (mgr.14526) 59 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:23.236 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:01:23.236 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:01:01.641033Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:01:24.177 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:01:24.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:24 smithi137 bash[22057]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:24.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:24 smithi137 bash[22057]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:24.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:24 smithi067 bash[19894]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:24.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:24 smithi067 bash[19894]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:24.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:24 smithi105 bash[21781]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:24.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:24 smithi105 bash[21781]: cluster 2024-09-21T19:01:22.405636+0000 mgr.x (mgr.14526) 60 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:25.178 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:25.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:25 smithi067 bash[19894]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:25.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:25 smithi067 bash[19894]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:25.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:25 smithi137 bash[22057]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:25.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:25 smithi137 bash[22057]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:25.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:25 smithi105 bash[21781]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:25.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:25 smithi105 bash[21781]: audit 2024-09-21T19:01:23.235597+0000 mgr.x (mgr.14526) 61 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:26.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:26 smithi137 bash[22057]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:26 smithi137 bash[22057]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:26 smithi137 bash[22057]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:26.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:26 smithi137 bash[22057]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:26.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:26 smithi067 bash[19894]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:26 smithi067 bash[19894]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:26 smithi067 bash[19894]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:26.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:26 smithi067 bash[19894]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:26.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:26 smithi105 bash[21781]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:26 smithi105 bash[21781]: cluster 2024-09-21T19:01:24.406065+0000 mgr.x (mgr.14526) 62 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:26.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:26 smithi105 bash[21781]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:26.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:26 smithi105 bash[21781]: audit 2024-09-21T19:01:25.780453+0000 mon.a (mon.0) 741 : audit [DBG] from='client.? 172.21.15.67:0/1132346406' entity='client.smb.config.adctdb1.0.0.smithi067.sjkohr' cmd={"prefix": "config-key get", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:01:28.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:28 smithi067 bash[19894]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:28.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:28 smithi067 bash[19894]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:28.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:28 smithi137 bash[22057]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:28.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:28 smithi137 bash[22057]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:28.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:28 smithi105 bash[21781]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:28.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:28 smithi105 bash[21781]: cluster 2024-09-21T19:01:26.407127+0000 mgr.x (mgr.14526) 63 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:30 smithi137 bash[22057]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:30 smithi137 bash[22057]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:30 smithi067 bash[19894]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:30 smithi067 bash[19894]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:30 smithi105 bash[21781]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:30 smithi105 bash[21781]: cluster 2024-09-21T19:01:28.407819+0000 mgr.x (mgr.14526) 64 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:32.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:32 smithi067 bash[19894]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:32.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:32 smithi067 bash[19894]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:32.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:32 smithi137 bash[22057]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:32.357 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:32 smithi137 bash[22057]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:32.445 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:01:32.445 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:01:01.641033Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:01:32.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:32 smithi105 bash[21781]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:32.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:32 smithi105 bash[21781]: cluster 2024-09-21T19:01:30.408486+0000 mgr.x (mgr.14526) 65 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T19:01:33.417 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:01:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.360 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:34 smithi137 bash[22057]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.381 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.382 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 bash[21781]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.418 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: cluster 2024-09-21T19:01:32.409050+0000 mgr.x (mgr.14526) 66 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:32.441335+0000 mgr.x (mgr.14526) 67 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.564062+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.571056+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.578786+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.431 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.580050+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.583887+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.587169+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.432 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:34 smithi067 bash[19894]: audit 2024-09-21T19:01:33.588392+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:01:34.632 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:34.632 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:34.633 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:34.900 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:34.900 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:34.900 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:01:34 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:35.240 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:35 smithi067 bash[19894]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:35.284 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:35 smithi105 bash[21781]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.579743+0000 mgr.x (mgr.14526) 68 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.589581+0000 mgr.x (mgr.14526) 69 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.598083+0000 mgr.x (mgr.14526) 70 : cephadm [WRN] daemon not available: 'smb.adctdb1.2.0.smithi137.lpywxt' not in {'smb.adctdb1.0.0.smithi067.sjkohr': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.0.0.smithi067.sjkohr', 'hostname': 'smithi067', 'host_ip': '172.21.15.67'}, 'smb.adctdb1.1.0.smithi105.xmxszd': {'daemon_type': 'smb', 'daemon_id': 'adctdb1.1.0.smithi105.xmxszd', 'hostname': 'smithi105', 'host_ip': '172.21.15.105'}} 2024-09-21T19:01:35.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cephadm 2024-09-21T19:01:33.604857+0000 mgr.x (mgr.14526) 71 : cephadm [INF] Deploying daemon smb.adctdb1.1.0.smithi105.xmxszd on smithi105 2024-09-21T19:01:35.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:35.359 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:35 smithi137 bash[22057]: cluster 2024-09-21T19:01:34.409576+0000 mgr.x (mgr.14526) 72 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 341 B/s rd, 0 op/s 2024-09-21T19:01:37.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:37 smithi067 bash[19894]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:37.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:37 smithi067 bash[19894]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:37.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:37 smithi105 bash[21781]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:37.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:37 smithi105 bash[21781]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:37.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:37 smithi137 bash[22057]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:37.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:37 smithi137 bash[22057]: cluster 2024-09-21T19:01:36.410959+0000 mgr.x (mgr.14526) 73 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.187 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:39.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:39 smithi067 bash[19894]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:39 smithi067 bash[19894]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:39 smithi105 bash[21781]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:39 smithi105 bash[21781]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:39 smithi137 bash[22057]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:39.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:39 smithi137 bash[22057]: cluster 2024-09-21T19:01:38.411737+0000 mgr.x (mgr.14526) 74 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:41 smithi067 bash[19894]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:41 smithi067 bash[19894]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:41 smithi105 bash[21781]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:41 smithi105 bash[21781]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:41 smithi137 bash[22057]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:41.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:41 smithi137 bash[22057]: cluster 2024-09-21T19:01:40.412455+0000 mgr.x (mgr.14526) 75 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:43 smithi137 bash[22057]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:43 smithi137 bash[22057]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:43 smithi067 bash[19894]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:43 smithi067 bash[19894]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:43 smithi105 bash[21781]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:43.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:43 smithi105 bash[21781]: cluster 2024-09-21T19:01:42.413756+0000 mgr.x (mgr.14526) 76 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:45 smithi105 bash[21781]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:45 smithi105 bash[21781]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.785 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:01:45.785 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:01:33.579128Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:01:45.798 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:45 smithi067 bash[19894]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.798 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:45 smithi067 bash[19894]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:45 smithi137 bash[22057]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:45.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:45 smithi137 bash[22057]: cluster 2024-09-21T19:01:44.414448+0000 mgr.x (mgr.14526) 77 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:46.663 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:46 smithi067 bash[19894]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:46.663 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:46 smithi067 bash[19894]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:46.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:46 smithi105 bash[21781]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:46.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:46 smithi105 bash[21781]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:46.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:46 smithi137 bash[22057]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:46.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:46 smithi137 bash[22057]: audit 2024-09-21T19:01:45.780536+0000 mgr.x (mgr.14526) 78 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:47.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:47 smithi067 bash[19894]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:47.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:47 smithi067 bash[19894]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:47.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:47 smithi105 bash[21781]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:47.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:47 smithi105 bash[21781]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:47.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:47 smithi137 bash[22057]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:47.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:47 smithi137 bash[22057]: cluster 2024-09-21T19:01:46.415512+0000 mgr.x (mgr.14526) 79 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 852 B/s rd, 85 B/s wr, 1 op/s 2024-09-21T19:01:48.698 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:01:49.699 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:49.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:49 smithi067 bash[19894]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:49.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:49 smithi067 bash[19894]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:49.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:49 smithi105 bash[21781]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:49.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:49 smithi105 bash[21781]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:49.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:49 smithi137 bash[22057]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:49.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:49 smithi137 bash[22057]: cluster 2024-09-21T19:01:48.415930+0000 mgr.x (mgr.14526) 80 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:51 smithi067 bash[19894]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:51 smithi067 bash[19894]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:51 smithi105 bash[21781]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:51 smithi105 bash[21781]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:51 smithi137 bash[22057]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:51.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:51 smithi137 bash[22057]: cluster 2024-09-21T19:01:50.416399+0000 mgr.x (mgr.14526) 81 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail 2024-09-21T19:01:53.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:53 smithi067 bash[19894]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:53.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:53 smithi067 bash[19894]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:53.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:53 smithi105 bash[21781]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:53.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:53 smithi105 bash[21781]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:53.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:53 smithi137 bash[22057]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:53.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:53 smithi137 bash[22057]: cluster 2024-09-21T19:01:52.417588+0000 mgr.x (mgr.14526) 82 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:54.516 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:01:55.603 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:55 smithi067 bash[19894]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:55.603 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:55 smithi067 bash[19894]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:55.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:55 smithi105 bash[21781]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:55.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:55 smithi105 bash[21781]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:55.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:55 smithi137 bash[22057]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:55.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:55 smithi137 bash[22057]: cluster 2024-09-21T19:01:54.417943+0000 mgr.x (mgr.14526) 83 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:01:56.211 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:01:56.212 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:01:33.579128Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:01:57.118 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:01:57.675 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:57 smithi067 bash[19894]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.675 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:57 smithi067 bash[19894]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.675 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:57 smithi067 bash[19894]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:57.675 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:57 smithi067 bash[19894]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:57.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:57 smithi105 bash[21781]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:57 smithi105 bash[21781]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:57 smithi105 bash[21781]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:57.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:57 smithi105 bash[21781]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:57.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:57 smithi137 bash[22057]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:57 smithi137 bash[22057]: audit 2024-09-21T19:01:56.208156+0000 mgr.x (mgr.14526) 84 : audit [DBG] from='client.24404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:01:57.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:57 smithi137 bash[22057]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:57.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:57 smithi137 bash[22057]: cluster 2024-09-21T19:01:56.419160+0000 mgr.x (mgr.14526) 85 : cluster [DBG] pgmap v52: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:58.119 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:01:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:58 smithi105 bash[21781]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:58.610 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:58 smithi105 bash[21781]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:58.676 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:58 smithi067 bash[19894]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:58.676 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:58 smithi067 bash[19894]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:58 smithi137 bash[22057]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:58.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:58 smithi137 bash[22057]: cluster 2024-09-21T19:01:57.519409+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e23: x(active, since 93s) 2024-09-21T19:01:59.593 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:59 smithi105 bash[21781]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:59.593 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:01:59 smithi105 bash[21781]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:59.676 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:59 smithi067 bash[19894]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:59.677 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:01:59 smithi067 bash[19894]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:59.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:59 smithi137 bash[22057]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:01:59.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:01:59 smithi137 bash[22057]: cluster 2024-09-21T19:01:58.419822+0000 mgr.x (mgr.14526) 86 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.679 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:01 smithi067 bash[19894]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.679 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:01 smithi067 bash[19894]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:01 smithi105 bash[21781]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.771 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:01 smithi105 bash[21781]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:01 smithi137 bash[22057]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:01.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:01 smithi137 bash[22057]: cluster 2024-09-21T19:02:00.420251+0000 mgr.x (mgr.14526) 87 : cluster [DBG] pgmap v54: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:02.926 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.534 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.535 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:03 smithi105 bash[21781]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.740 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.741 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:03 smithi067 bash[19894]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.751 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:03.751 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cluster 2024-09-21T19:02:02.421116+0000 mgr.x (mgr.14526) 88 : cluster [DBG] pgmap v55: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.3 KiB/s rd, 255 B/s wr, 7 op/s 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.497452+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.505296+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.512060+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.513445+0000 mgr.x (mgr.14526) 89 : cephadm [WRN] ignoring unexpected uri scheme: 'rados:mon-config-key:smb/config/adctdb1/join.0.json' 2024-09-21T19:02:03.752 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.513887+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.516344+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth get-or-create", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt", "caps": ["mon", "allow r, allow command \"config-key get\" with \"key\" prefix \"smb/config/adctdb1/\"", "osd", "allow rwx pool=.smb namespace=adctdb1 object_prefix cluster.meta., allow r pool=.smb"]}]': finished 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.520912+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.smb.fs.cluster.adctdb1"} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: audit 2024-09-21T19:02:02.525946+0000 mon.a (mon.0) 756 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.527464+0000 mgr.x (mgr.14526) 90 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 bash[22057]: cephadm 2024-09-21T19:02:02.548262+0000 mgr.x (mgr.14526) 91 : cephadm [INF] Deploying daemon smb.adctdb1.2.0.smithi137.lpywxt on smithi137 2024-09-21T19:02:03.753 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:04.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:04.029 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:04.029 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:02:03 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:02:04.622 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:02:04.622 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:02:02.512653Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:02:05.327 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:02:05.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:05 smithi137 bash[22057]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:05 smithi137 bash[22057]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:05 smithi137 bash[22057]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:05.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:05 smithi137 bash[22057]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:05.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:05 smithi067 bash[19894]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:05 smithi067 bash[19894]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:05 smithi067 bash[19894]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:05.614 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:05 smithi067 bash[19894]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:05.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:05 smithi105 bash[21781]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:05 smithi105 bash[21781]: cluster 2024-09-21T19:02:04.421534+0000 mgr.x (mgr.14526) 92 : cluster [DBG] pgmap v56: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 255 B/s wr, 5 op/s 2024-09-21T19:02:05.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:05 smithi105 bash[21781]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:05.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:05 smithi105 bash[21781]: audit 2024-09-21T19:02:04.621388+0000 mgr.x (mgr.14526) 93 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:06.329 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:07.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:07 smithi067 bash[19894]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:07.686 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:07 smithi067 bash[19894]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:07.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:07 smithi105 bash[21781]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:07.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:07 smithi105 bash[21781]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:07.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:07 smithi137 bash[22057]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:07.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:07 smithi137 bash[22057]: cluster 2024-09-21T19:02:06.422227+0000 mgr.x (mgr.14526) 94 : cluster [DBG] pgmap v57: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:09.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:09 smithi137 bash[22057]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:09.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:09 smithi137 bash[22057]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:09.689 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:09 smithi067 bash[19894]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:09.689 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:09 smithi067 bash[19894]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:09.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:09 smithi105 bash[21781]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:09.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:09 smithi105 bash[21781]: cluster 2024-09-21T19:02:08.422859+0000 mgr.x (mgr.14526) 95 : cluster [DBG] pgmap v58: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.139 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:11.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:11 smithi105 bash[21781]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:11 smithi105 bash[21781]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:11 smithi137 bash[22057]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:11 smithi137 bash[22057]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:11 smithi067 bash[19894]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:11.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:11 smithi067 bash[19894]: cluster 2024-09-21T19:02:10.423524+0000 mgr.x (mgr.14526) 96 : cluster [DBG] pgmap v59: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.3 KiB/s rd, 341 B/s wr, 5 op/s 2024-09-21T19:02:12.833 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:02:12.833 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:02:02.512653Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:02:13.522 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:02:13.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:13 smithi105 bash[21781]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:13 smithi105 bash[21781]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:13 smithi105 bash[21781]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:13 smithi105 bash[21781]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.694 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:13 smithi067 bash[19894]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.694 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:13 smithi067 bash[19894]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.694 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:13 smithi067 bash[19894]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.694 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:13 smithi067 bash[19894]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:13 smithi137 bash[22057]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:13 smithi137 bash[22057]: cluster 2024-09-21T19:02:12.424755+0000 mgr.x (mgr.14526) 97 : cluster [DBG] pgmap v60: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.6 KiB/s rd, 341 B/s wr, 8 op/s 2024-09-21T19:02:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:13 smithi137 bash[22057]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:13 smithi137 bash[22057]: audit 2024-09-21T19:02:12.829844+0000 mgr.x (mgr.14526) 98 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:14.524 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:15.617 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:15 smithi067 bash[19894]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:15.617 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:15 smithi067 bash[19894]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:15.780 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:15 smithi137 bash[22057]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:15.780 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:15 smithi137 bash[22057]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:15.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:15 smithi105 bash[21781]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:15.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:15 smithi105 bash[21781]: cluster 2024-09-21T19:02:14.425403+0000 mgr.x (mgr.14526) 99 : cluster [DBG] pgmap v61: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 85 B/s wr, 5 op/s 2024-09-21T19:02:17.698 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:17 smithi067 bash[19894]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:17.699 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:17 smithi067 bash[19894]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:17.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:17 smithi105 bash[21781]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:17.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:17 smithi105 bash[21781]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:17.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:17 smithi137 bash[22057]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:17.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:17 smithi137 bash[22057]: cluster 2024-09-21T19:02:16.426617+0000 mgr.x (mgr.14526) 100 : cluster [DBG] pgmap v62: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:19.338 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:19.701 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:19 smithi067 bash[19894]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:19.701 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:19 smithi067 bash[19894]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:19.748 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:19 smithi105 bash[21781]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:19.748 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:19 smithi105 bash[21781]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:19.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:19 smithi137 bash[22057]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:19.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:19 smithi137 bash[22057]: cluster 2024-09-21T19:02:18.427272+0000 mgr.x (mgr.14526) 101 : cluster [DBG] pgmap v63: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.039 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:02:21.040 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:02:02.512653Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:02:21.777 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:21 smithi105 bash[21781]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.778 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:21 smithi105 bash[21781]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.778 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:21 smithi105 bash[21781]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:21.778 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:21 smithi105 bash[21781]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:21.779 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:02:21.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:21 smithi137 bash[22057]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:21 smithi137 bash[22057]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:21 smithi137 bash[22057]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:21.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:21 smithi137 bash[22057]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:21.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:21 smithi067 bash[19894]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:21 smithi067 bash[19894]: cluster 2024-09-21T19:02:20.427811+0000 mgr.x (mgr.14526) 102 : cluster [DBG] pgmap v64: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:21.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:21 smithi067 bash[19894]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:21.921 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:21 smithi067 bash[19894]: audit 2024-09-21T19:02:21.035784+0000 mgr.x (mgr.14526) 103 : audit [DBG] from='client.14937 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:22.779 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:23.549 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:23 smithi067 bash[19894]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:23.550 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:23 smithi067 bash[19894]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:23.550 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:23 smithi105 bash[21781]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:23.550 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:23 smithi105 bash[21781]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:23.634 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:23 smithi137 bash[22057]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:23.634 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:23 smithi137 bash[22057]: cluster 2024-09-21T19:02:22.429025+0000 mgr.x (mgr.14526) 104 : cluster [DBG] pgmap v65: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:25.619 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:25 smithi067 bash[19894]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:25.620 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:25 smithi067 bash[19894]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:25.707 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:25 smithi105 bash[21781]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:25.708 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:25 smithi105 bash[21781]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:25.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:25 smithi137 bash[22057]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:25.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:25 smithi137 bash[22057]: cluster 2024-09-21T19:02:24.429698+0000 mgr.x (mgr.14526) 105 : cluster [DBG] pgmap v66: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.2 KiB/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:02:27.608 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:27.703 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:27 smithi067 bash[19894]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:27.703 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:27 smithi067 bash[19894]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:27.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:27 smithi137 bash[22057]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:27.767 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:27 smithi137 bash[22057]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:27.852 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:27 smithi105 bash[21781]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:27.852 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:27 smithi105 bash[21781]: cluster 2024-09-21T19:02:26.430923+0000 mgr.x (mgr.14526) 106 : cluster [DBG] pgmap v67: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:28.853 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:28 smithi067 bash[19894]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:28.854 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:28 smithi067 bash[19894]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:28.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:28 smithi105 bash[21781]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:28.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:28 smithi105 bash[21781]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:28.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:28 smithi137 bash[22057]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:28.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:28 smithi137 bash[22057]: cluster 2024-09-21T19:02:27.565716+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e24: x(active, since 2m) 2024-09-21T19:02:29.505 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:02:29.505 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:00:30.501908Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:00:30.501592Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:00:30.461166Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:00:30.461306Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:02:02.512653Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "running": 0, "size": 3}}] 2024-09-21T19:02:29.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:29 smithi067 bash[19894]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:29.712 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:29 smithi067 bash[19894]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:29.729 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:29 smithi137 bash[22057]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:29.730 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:29 smithi137 bash[22057]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:29.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:29 smithi105 bash[21781]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:29.854 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:29 smithi105 bash[21781]: cluster 2024-09-21T19:02:28.431552+0000 mgr.x (mgr.14526) 107 : cluster [DBG] pgmap v68: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:30.188 INFO:tasks.cephadm:smb.adctdb1 has 0/3 2024-09-21T19:02:30.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:30 smithi105 bash[21781]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:30.855 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:30 smithi105 bash[21781]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:30.856 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:30 smithi067 bash[19894]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:30.856 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:30 smithi067 bash[19894]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:30.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:30 smithi137 bash[22057]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:30.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:30 smithi137 bash[22057]: audit 2024-09-21T19:02:29.501117+0000 mgr.x (mgr.14526) 108 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:31.189 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:02:31.784 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.785 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.786 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:31 smithi137 bash[22057]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:31.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:31.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.933 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:31.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:31 smithi067 bash[19894]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:32.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: cluster 2024-09-21T19:02:30.432209+0000 mgr.x (mgr.14526) 109 : cluster [DBG] pgmap v69: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:02:32.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.641170+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.649403+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.657304+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: cephadm 2024-09-21T19:02:30.658767+0000 mgr.x (mgr.14526) 110 : cephadm [INF] configuring smb/ctdb cluster metadata 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.682291+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:30.732039+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.288835+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.034 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.292695+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.295400+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:32.035 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:31 smithi105 bash[21781]: audit 2024-09-21T19:02:31.299048+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:33.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:33 smithi067 bash[19894]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:33.934 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:33 smithi067 bash[19894]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:34.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:33 smithi105 bash[21781]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:34.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:33 smithi105 bash[21781]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:34.107 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:33 smithi137 bash[22057]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:34.107 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:33 smithi137 bash[22057]: cluster 2024-09-21T19:02:32.433432+0000 mgr.x (mgr.14526) 111 : cluster [DBG] pgmap v70: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 255 B/s wr, 9 op/s 2024-09-21T19:02:35.865 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:36.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:35 smithi067 bash[19894]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:35 smithi067 bash[19894]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:35 smithi067 bash[19894]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:36.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:35 smithi067 bash[19894]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:35 smithi105 bash[21781]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:35 smithi105 bash[21781]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:35 smithi105 bash[21781]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:36.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:35 smithi105 bash[21781]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:36.293 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:35 smithi137 bash[22057]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.294 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:35 smithi137 bash[22057]: cluster 2024-09-21T19:02:34.434085+0000 mgr.x (mgr.14526) 112 : cluster [DBG] pgmap v71: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 255 B/s wr, 8 op/s 2024-09-21T19:02:36.294 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:35 smithi137 bash[22057]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:36.294 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:35 smithi137 bash[22057]: audit 2024-09-21T19:02:34.910856+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.452 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.452 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.452 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.452 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.453 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:37 smithi067 bash[19894]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.545 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:02:37.546 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:02:36.284235Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:02:36.283920Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:02:36.283796Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:02:36.284028Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:02:37.473362Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "last_refresh": "2024-09-21T19:02:36.284340Z", "running": 3, "size": 3}}] 2024-09-21T19:02:37.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.611 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:37 smithi137 bash[22057]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.290327+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.297259+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: cluster 2024-09-21T19:02:36.434871+0000 mgr.x (mgr.14526) 113 : cluster [DBG] pgmap v72: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.9 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.724 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.703855+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.711685+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.749135+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:37.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:37 smithi105 bash[21781]: audit 2024-09-21T19:02:36.756822+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.238 INFO:tasks.cephadm:smb.adctdb1 has 3/3 2024-09-21T19:02:38.238 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:02:38.256 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T19:02:38.257 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'rados --pool=.smb -N adctdb1 get cluster.meta.json /dev/stdout' 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.490 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:38.491 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:38 smithi067 bash[19894]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.608 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.609 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:38.610 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:38 smithi137 bash[22057]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:38.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.404901+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.725 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.406299+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.414690+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.425064+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: cephadm 2024-09-21T19:02:37.426030+0000 mgr.x (mgr.14526) 114 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.456252+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.459477+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:02:38.726 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.460555+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.465973+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.473141+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: cephadm 2024-09-21T19:02:37.473505+0000 mgr.x (mgr.14526) 115 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:38.727 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:38 smithi105 bash[21781]: audit 2024-09-21T19:02:37.541061+0000 mgr.x (mgr.14526) 116 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:02:39.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:39 smithi105 bash[21781]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:39.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:39 smithi105 bash[21781]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:39.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:39 smithi137 bash[22057]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:39.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:39 smithi137 bash[22057]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:39.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:39 smithi067 bash[19894]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:39.725 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:39 smithi067 bash[19894]: cluster 2024-09-21T19:02:38.435239+0000 mgr.x (mgr.14526) 117 : cluster [DBG] pgmap v73: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.727 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:41 smithi067 bash[19894]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.728 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:41 smithi067 bash[19894]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.728 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:41 smithi105 bash[21781]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.728 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:41 smithi105 bash[21781]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:41 smithi137 bash[22057]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:41.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:41 smithi137 bash[22057]: cluster 2024-09-21T19:02:40.435799+0000 mgr.x (mgr.14526) 118 : cluster [DBG] pgmap v74: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 341 B/s wr, 7 op/s 2024-09-21T19:02:43.073 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:02:43.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:43 smithi067 bash[19894]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:43.730 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:43 smithi067 bash[19894]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:43.730 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:43 smithi105 bash[21781]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:43.730 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:43 smithi105 bash[21781]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:43.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:43 smithi137 bash[22057]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:43.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:43 smithi137 bash[22057]: cluster 2024-09-21T19:02:42.437017+0000 mgr.x (mgr.14526) 119 : cluster [DBG] pgmap v75: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.9 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-21T19:02:45.171 INFO:teuthology.orchestra.run.smithi067.stdout:{"nodes": [{"pnn": 0, "identity": "smb.adctdb1.0.0.smithi067.sjkohr", "node": "172.21.15.67", "state": "ready"}, {"pnn": 1, "identity": "smb.adctdb1.1.0.smithi105.xmxszd", "node": "172.21.15.105", "state": "ready"}, {"pnn": 2, "identity": "smb.adctdb1.2.0.smithi137.lpywxt", "node": "172.21.15.137", "state": "ready"}], "_source": "cephadm"} 2024-09-21T19:02:45.171 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-21T19:02:45.181 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi170.front.sepia.ceph.com 2024-09-21T19:02:45.182 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-21T19:02:45.195 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30 2024-09-21T19:02:45.625 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:45 smithi067 bash[19894]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:45.626 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:45 smithi067 bash[19894]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:45.732 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:45 smithi105 bash[21781]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:45.732 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:45 smithi105 bash[21781]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:45.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:45 smithi137 bash[22057]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:45.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:45 smithi137 bash[22057]: cluster 2024-09-21T19:02:44.437531+0000 mgr.x (mgr.14526) 120 : cluster [DBG] pgmap v76: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 85 B/s wr, 4 op/s 2024-09-21T19:02:47.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:47 smithi067 bash[19894]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:47.734 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:47 smithi067 bash[19894]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:47.734 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:47 smithi105 bash[21781]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:47.735 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:47 smithi105 bash[21781]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:47.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:47 smithi137 bash[22057]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:47.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:47 smithi137 bash[22057]: cluster 2024-09-21T19:02:46.438645+0000 mgr.x (mgr.14526) 121 : cluster [DBG] pgmap v77: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.2 KiB/s rd, 85 B/s wr, 6 op/s 2024-09-21T19:02:49.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:49 smithi105 bash[21781]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:49.533 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:49 smithi105 bash[21781]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:49.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:49 smithi067 bash[19894]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:49.736 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:49 smithi067 bash[19894]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:49.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:49 smithi137 bash[22057]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:49.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:49 smithi137 bash[22057]: cluster 2024-09-21T19:02:48.439255+0000 mgr.x (mgr.14526) 122 : cluster [DBG] pgmap v78: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:51 smithi067 bash[19894]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:51 smithi067 bash[19894]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.739 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:51 smithi105 bash[21781]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.739 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:51 smithi105 bash[21781]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:51 smithi137 bash[22057]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:51.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:51 smithi137 bash[22057]: cluster 2024-09-21T19:02:50.439891+0000 mgr.x (mgr.14526) 123 : cluster [DBG] pgmap v79: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:02:53.589 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:53 smithi105 bash[21781]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:53.589 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:53 smithi105 bash[21781]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:53.589 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:53 smithi137 bash[22057]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:53.590 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:53 smithi137 bash[22057]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:53.610 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:53 smithi067 bash[19894]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:53.610 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:53 smithi067 bash[19894]: cluster 2024-09-21T19:02:52.441117+0000 mgr.x (mgr.14526) 124 : cluster [DBG] pgmap v80: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:02:55.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:55 smithi137 bash[22057]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:55.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:55 smithi137 bash[22057]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:55.630 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:55 smithi067 bash[19894]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:55.630 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:55 smithi067 bash[19894]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:55.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:55 smithi105 bash[21781]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:55.744 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:55 smithi105 bash[21781]: cluster 2024-09-21T19:02:54.441735+0000 mgr.x (mgr.14526) 125 : cluster [DBG] pgmap v81: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:02:57.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:57 smithi137 bash[22057]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:57.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:57 smithi137 bash[22057]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:57.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:57 smithi067 bash[19894]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:57.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:57 smithi067 bash[19894]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:57.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:57 smithi105 bash[21781]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:57.747 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:57 smithi105 bash[21781]: cluster 2024-09-21T19:02:56.442973+0000 mgr.x (mgr.14526) 126 : cluster [DBG] pgmap v82: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.4 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:02:59.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:59 smithi105 bash[21781]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:02:59.750 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:02:59 smithi105 bash[21781]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:02:59.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:59 smithi137 bash[22057]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:02:59.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:02:59 smithi137 bash[22057]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:02:59.881 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:59 smithi067 bash[19894]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:02:59.881 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:02:59 smithi067 bash[19894]: cluster 2024-09-21T19:02:58.443616+0000 mgr.x (mgr.14526) 127 : cluster [DBG] pgmap v83: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:01 smithi067 bash[19894]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:01 smithi067 bash[19894]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.754 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:01 smithi137 bash[22057]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.754 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:01 smithi137 bash[22057]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:01 smithi105 bash[21781]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:01.754 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:01 smithi105 bash[21781]: cluster 2024-09-21T19:03:00.444254+0000 mgr.x (mgr.14526) 128 : cluster [DBG] pgmap v84: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-21T19:03:03.635 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:03 smithi105 bash[21781]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:03.636 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:03 smithi105 bash[21781]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:03.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:03 smithi067 bash[19894]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:03.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:03 smithi067 bash[19894]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:03.756 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:03 smithi137 bash[22057]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:03.756 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:03 smithi137 bash[22057]: cluster 2024-09-21T19:03:02.445145+0000 mgr.x (mgr.14526) 129 : cluster [DBG] pgmap v85: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 7.1 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:05.632 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:05 smithi067 bash[19894]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:05.632 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:05 smithi067 bash[19894]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:05.633 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:05 smithi137 bash[22057]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:05.633 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:05 smithi137 bash[22057]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:05.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:05 smithi105 bash[21781]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:05.759 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:05 smithi105 bash[21781]: cluster 2024-09-21T19:03:04.445709+0000 mgr.x (mgr.14526) 130 : cluster [DBG] pgmap v86: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-21T19:03:07.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:07 smithi137 bash[22057]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:07.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:07 smithi137 bash[22057]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:07.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:07 smithi067 bash[19894]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:07.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:07 smithi067 bash[19894]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:07.762 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:07 smithi105 bash[21781]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:07.762 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:07 smithi105 bash[21781]: cluster 2024-09-21T19:03:06.446901+0000 mgr.x (mgr.14526) 131 : cluster [DBG] pgmap v87: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 8.2 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-21T19:03:09.765 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:09 smithi137 bash[22057]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:09.765 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:09 smithi137 bash[22057]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:09.886 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:09 smithi105 bash[21781]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:09.887 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:09 smithi105 bash[21781]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:09.887 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:09 smithi067 bash[19894]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:09.887 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:09 smithi067 bash[19894]: cluster 2024-09-21T19:03:08.447378+0000 mgr.x (mgr.14526) 132 : cluster [DBG] pgmap v88: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:11 smithi067 bash[19894]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:11 smithi067 bash[19894]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:11 smithi137 bash[22057]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.768 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:11 smithi137 bash[22057]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.768 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:11 smithi105 bash[21781]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:11.768 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:11 smithi105 bash[21781]: cluster 2024-09-21T19:03:10.447977+0000 mgr.x (mgr.14526) 133 : cluster [DBG] pgmap v89: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:13.701 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:13 smithi105 bash[21781]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:13.701 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:13 smithi105 bash[21781]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:13.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:13 smithi067 bash[19894]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:13.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:13 smithi067 bash[19894]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:13.771 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:13 smithi137 bash[22057]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:13.771 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:13 smithi137 bash[22057]: cluster 2024-09-21T19:03:12.449181+0000 mgr.x (mgr.14526) 134 : cluster [DBG] pgmap v90: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-21T19:03:15.202 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.67/share1 -c ls' 2024-09-21T19:03:15.252 INFO:teuthology.orchestra.run.smithi170.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.67/share1 -c ls 2024-09-21T19:03:15.635 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:15 smithi067 bash[19894]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:15.635 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:15 smithi067 bash[19894]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:15.774 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:15 smithi137 bash[22057]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:15.775 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:15 smithi137 bash[22057]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:15.775 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:15 smithi105 bash[21781]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:15.775 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:15 smithi105 bash[21781]: cluster 2024-09-21T19:03:14.449651+0000 mgr.x (mgr.14526) 135 : cluster [DBG] pgmap v91: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:16.429 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Sat Sep 21 19:00:04 2024 2024-09-21T19:03:16.429 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Sat Sep 21 19:00:04 2024 2024-09-21T19:03:16.429 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T19:03:16.429 INFO:teuthology.orchestra.run.smithi170.stdout: 178053120 blocks of size 1024. 178053120 blocks available 2024-09-21T19:03:16.943 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.67/share2 -c ls' 2024-09-21T19:03:16.996 INFO:teuthology.orchestra.run.smithi170.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.67/share2 -c ls 2024-09-21T19:03:17.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:17 smithi137 bash[22057]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:17.607 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:17 smithi137 bash[22057]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:17.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:17 smithi067 bash[19894]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:17.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:17 smithi067 bash[19894]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:17.778 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:17 smithi105 bash[21781]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:17.778 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:17 smithi105 bash[21781]: cluster 2024-09-21T19:03:16.450239+0000 mgr.x (mgr.14526) 136 : cluster [DBG] pgmap v92: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-21T19:03:18.076 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Sat Sep 21 19:00:10 2024 2024-09-21T19:03:18.077 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Sat Sep 21 19:00:10 2024 2024-09-21T19:03:18.077 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T19:03:18.077 INFO:teuthology.orchestra.run.smithi170.stdout: 178053120 blocks of size 1024. 178053120 blocks available 2024-09-21T19:03:18.605 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-21T19:03:18.615 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T19:03:18.616 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm ls --no-detail | /home/ubuntu/cephtest/cephadm shell jq -r '"'"'map(select(.name | startswith("smb.adctdb1")))[-1].name'"'"' > /tmp/svcname' 2024-09-21T19:03:18.631 INFO:teuthology.orchestra.run.smithi067.stderr:+ /home/ubuntu/cephtest/cephadm ls --no-detail 2024-09-21T19:03:18.631 INFO:teuthology.orchestra.run.smithi067.stderr:+ /home/ubuntu/cephtest/cephadm shell jq -r 'map(select(.name | startswith("smb.adctdb1")))[-1].name' 2024-09-21T19:03:19.781 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:19 smithi137 bash[22057]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:19.781 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:19 smithi137 bash[22057]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:19.892 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:19 smithi105 bash[21781]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:19.892 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:19 smithi105 bash[21781]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:19.892 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:19 smithi067 bash[19894]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:19.892 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:19 smithi067 bash[19894]: cluster 2024-09-21T19:03:18.450827+0000 mgr.x (mgr.14526) 137 : cluster [DBG] pgmap v93: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:21 smithi067 bash[19894]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:21 smithi067 bash[19894]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:21 smithi105 bash[21781]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:21 smithi105 bash[21781]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.783 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:21 smithi137 bash[22057]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:21.784 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:21 smithi137 bash[22057]: cluster 2024-09-21T19:03:20.451429+0000 mgr.x (mgr.14526) 138 : cluster [DBG] pgmap v94: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:03:23.446 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:03:23.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:23 smithi067 bash[19894]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:23.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:23 smithi067 bash[19894]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:23.764 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:23 smithi105 bash[21781]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:23.764 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:23 smithi105 bash[21781]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:23.787 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:23 smithi137 bash[22057]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:23.787 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:23 smithi137 bash[22057]: cluster 2024-09-21T19:03:22.452609+0000 mgr.x (mgr.14526) 139 : cluster [DBG] pgmap v95: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.5 KiB/s rd, 426 B/s wr, 6 op/s 2024-09-21T19:03:25.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:25 smithi105 bash[21781]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:25.668 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:25 smithi105 bash[21781]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:25.681 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:25 smithi137 bash[22057]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:25.682 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:25 smithi137 bash[22057]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:25.896 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:25 smithi067 bash[19894]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:25.896 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:25 smithi067 bash[19894]: cluster 2024-09-21T19:03:24.453179+0000 mgr.x (mgr.14526) 140 : cluster [DBG] pgmap v96: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.8 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:03:27.550 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:03:27.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:27 smithi137 bash[22057]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:27.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:27 smithi137 bash[22057]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:27.896 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:27 smithi105 bash[21781]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:27.896 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:27 smithi105 bash[21781]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:27.897 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:27 smithi067 bash[19894]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:27.897 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:27 smithi067 bash[19894]: cluster 2024-09-21T19:03:26.454066+0000 mgr.x (mgr.14526) 141 : cluster [DBG] pgmap v97: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:29.795 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:29 smithi137 bash[22057]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:29.795 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:29 smithi137 bash[22057]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:29.897 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:29 smithi105 bash[21781]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:29.897 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:29 smithi105 bash[21781]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:29.898 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:29 smithi067 bash[19894]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:29.898 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:29 smithi067 bash[19894]: cluster 2024-09-21T19:03:28.454677+0000 mgr.x (mgr.14526) 142 : cluster [DBG] pgmap v98: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.673 INFO:teuthology.orchestra.run.smithi067.stderr:Using ceph image with id '3fa9090ef91d' and tag '0ecbb435437226bc091a0c2d4549ba25bf724efe' created on 2024-09-21 15:43:11 +0000 UTC 2024-09-21T19:03:31.674 INFO:teuthology.orchestra.run.smithi067.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T19:03:31.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:31 smithi067 bash[19894]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:31 smithi067 bash[19894]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:31 smithi105 bash[21781]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:31 smithi105 bash[21781]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.798 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:31 smithi137 bash[22057]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:31.798 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:31 smithi137 bash[22057]: cluster 2024-09-21T19:03:30.455280+0000 mgr.x (mgr.14526) 143 : cluster [DBG] pgmap v99: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:03:33.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:33 smithi105 bash[21781]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:33.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:33 smithi105 bash[21781]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:33.801 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:33 smithi067 bash[19894]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:33.801 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:33 smithi067 bash[19894]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:33.801 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:33 smithi137 bash[22057]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:33.802 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:33 smithi137 bash[22057]: cluster 2024-09-21T19:03:32.455993+0000 mgr.x (mgr.14526) 144 : cluster [DBG] pgmap v100: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 426 B/s wr, 5 op/s 2024-09-21T19:03:34.168 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm enter -n $(cat /tmp/svcname) ctdb status > /tmp/ctdb_status' 2024-09-21T19:03:34.224 INFO:teuthology.orchestra.run.smithi067.stderr:++ cat /tmp/svcname 2024-09-21T19:03:34.225 INFO:teuthology.orchestra.run.smithi067.stderr:+ /home/ubuntu/cephtest/cephadm enter -n smb.adctdb1.0.0.smithi067.sjkohr ctdb status 2024-09-21T19:03:35.658 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:35 smithi067 bash[19894]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:35.659 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:35 smithi067 bash[19894]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:35.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:35 smithi105 bash[21781]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:35.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:35 smithi105 bash[21781]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:35.804 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:35 smithi137 bash[22057]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:35.804 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:35 smithi137 bash[22057]: cluster 2024-09-21T19:03:34.456357+0000 mgr.x (mgr.14526) 145 : cluster [DBG] pgmap v101: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:37.901 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:37 smithi105 bash[21781]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:37 smithi105 bash[21781]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:37 smithi105 bash[21781]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:37.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:37 smithi105 bash[21781]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:37.903 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:37 smithi067 bash[19894]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.903 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:37 smithi067 bash[19894]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.904 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:37 smithi067 bash[19894]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:37.904 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:37 smithi067 bash[19894]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:37.904 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:37 smithi137 bash[22057]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.904 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:37 smithi137 bash[22057]: cluster 2024-09-21T19:03:36.457480+0000 mgr.x (mgr.14526) 146 : cluster [DBG] pgmap v102: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:37.904 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:37 smithi137 bash[22057]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:37.905 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:37 smithi137 bash[22057]: audit 2024-09-21T19:03:37.501236+0000 mon.a (mon.0) 783 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:38 smithi067 bash[19894]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.783 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:38 smithi105 bash[21781]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.308335+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.309784+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.319092+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:38.809 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:38 smithi137 bash[22057]: audit 2024-09-21T19:03:38.329750+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:03:39.034 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring fsid 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:03:39.451 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'cat /tmp/ctdb_status' 2024-09-21T19:03:39.508 INFO:teuthology.orchestra.run.smithi067.stderr:+ cat /tmp/ctdb_status 2024-09-21T19:03:39.508 INFO:teuthology.orchestra.run.smithi067.stdout:Number of nodes:3 2024-09-21T19:03:39.508 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:0 172.21.15.67 OK (THIS NODE) 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:1 172.21.15.105 OK 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:2 172.21.15.137 OK 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:Generation:2105535500 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:Size:3 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:hash:0 lmaster:0 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:hash:1 lmaster:1 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:hash:2 lmaster:2 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:Recovery mode:NORMAL (0) 2024-09-21T19:03:39.509 INFO:teuthology.orchestra.run.smithi067.stdout:Leader:0 2024-09-21T19:03:39.510 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:0 .*OK'"'"' /tmp/ctdb_status' 2024-09-21T19:03:39.563 INFO:teuthology.orchestra.run.smithi067.stderr:+ grep 'pnn:0 .*OK' /tmp/ctdb_status 2024-09-21T19:03:39.564 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:0 172.21.15.67 OK (THIS NODE) 2024-09-21T19:03:39.565 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:1 .*OK'"'"' /tmp/ctdb_status' 2024-09-21T19:03:39.619 INFO:teuthology.orchestra.run.smithi067.stderr:+ grep 'pnn:1 .*OK' /tmp/ctdb_status 2024-09-21T19:03:39.620 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:1 172.21.15.105 OK 2024-09-21T19:03:39.621 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'pnn:2 .*OK'"'"' /tmp/ctdb_status' 2024-09-21T19:03:39.672 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:39 smithi067 bash[19894]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.672 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:39 smithi067 bash[19894]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.672 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:39 smithi067 bash[19894]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:39.673 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:39 smithi067 bash[19894]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:39.675 INFO:teuthology.orchestra.run.smithi067.stderr:+ grep 'pnn:2 .*OK' /tmp/ctdb_status 2024-09-21T19:03:39.676 INFO:teuthology.orchestra.run.smithi067.stdout:pnn:2 172.21.15.137 OK 2024-09-21T19:03:39.677 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep '"'"'Number of nodes:3'"'"' /tmp/ctdb_status' 2024-09-21T19:03:39.731 INFO:teuthology.orchestra.run.smithi067.stderr:+ grep 'Number of nodes:3' /tmp/ctdb_status 2024-09-21T19:03:39.732 INFO:teuthology.orchestra.run.smithi067.stdout:Number of nodes:3 2024-09-21T19:03:39.733 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'rm -rf /tmp/svcname /tmp/ctdb_status' 2024-09-21T19:03:39.787 INFO:teuthology.orchestra.run.smithi067.stderr:+ rm -rf /tmp/svcname /tmp/ctdb_status 2024-09-21T19:03:39.789 INFO:teuthology.run_tasks:Running task cephadm.exec... 2024-09-21T19:03:39.800 INFO:tasks.cephadm:Running commands on role host.d host ubuntu@smithi170.front.sepia.ceph.com 2024-09-21T19:03:39.800 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 30' 2024-09-21T19:03:39.810 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:39 smithi137 bash[22057]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.810 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:39 smithi137 bash[22057]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.810 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:39 smithi137 bash[22057]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:39.810 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:39 smithi137 bash[22057]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:39.813 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30 2024-09-21T19:03:39.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:39 smithi105 bash[21781]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:39 smithi105 bash[21781]: cephadm 2024-09-21T19:03:38.330527+0000 mgr.x (mgr.14526) 147 : cephadm [WRN] fence_old_ranks: Unsupported {0: {0: 'adctdb1.0.0.smithi067.sjkohr'}, 1: {0: 'adctdb1.1.0.smithi105.xmxszd'}, 2: {0: 'adctdb1.2.0.smithi137.lpywxt'}} 3 2024-09-21T19:03:39.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:39 smithi105 bash[21781]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:39.902 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:39 smithi105 bash[21781]: cluster 2024-09-21T19:03:38.458035+0000 mgr.x (mgr.14526) 148 : cluster [DBG] pgmap v103: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:41 smithi067 bash[19894]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:41 smithi067 bash[19894]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:41 smithi105 bash[21781]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:41 smithi105 bash[21781]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.813 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:41 smithi137 bash[22057]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:41.813 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:41 smithi137 bash[22057]: cluster 2024-09-21T19:03:40.458635+0000 mgr.x (mgr.14526) 149 : cluster [DBG] pgmap v104: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:43.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:43 smithi067 bash[19894]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:43.739 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:43 smithi067 bash[19894]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:43.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:43 smithi105 bash[21781]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:43.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:43 smithi105 bash[21781]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:43.816 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:43 smithi137 bash[22057]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:43.817 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:43 smithi137 bash[22057]: cluster 2024-09-21T19:03:42.459831+0000 mgr.x (mgr.14526) 150 : cluster [DBG] pgmap v105: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:45.668 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:45 smithi067 bash[19894]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:45.668 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:45 smithi067 bash[19894]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:45.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:45 smithi105 bash[21781]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:45.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:45 smithi105 bash[21781]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:45.819 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:45 smithi137 bash[22057]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:45.819 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:45 smithi137 bash[22057]: cluster 2024-09-21T19:03:44.460344+0000 mgr.x (mgr.14526) 151 : cluster [DBG] pgmap v106: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:47.907 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:47 smithi105 bash[21781]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:47.907 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:47 smithi105 bash[21781]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:47.907 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:47 smithi067 bash[19894]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:47.908 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:47 smithi067 bash[19894]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:47.908 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:47 smithi137 bash[22057]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:47.908 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:47 smithi137 bash[22057]: cluster 2024-09-21T19:03:46.461525+0000 mgr.x (mgr.14526) 152 : cluster [DBG] pgmap v107: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.8 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:49.908 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:49 smithi105 bash[21781]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:49.908 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:49 smithi105 bash[21781]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:49.909 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:49 smithi137 bash[22057]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:49.909 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:49 smithi137 bash[22057]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:49.909 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:49 smithi067 bash[19894]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:49.910 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:49 smithi067 bash[19894]: cluster 2024-09-21T19:03:48.462152+0000 mgr.x (mgr.14526) 153 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:51 smithi067 bash[19894]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:51 smithi067 bash[19894]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:51 smithi105 bash[21781]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:51 smithi105 bash[21781]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.829 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:51 smithi137 bash[22057]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:51.829 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:51 smithi137 bash[22057]: cluster 2024-09-21T19:03:50.462579+0000 mgr.x (mgr.14526) 154 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:53.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:53 smithi067 bash[19894]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:53.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:53 smithi067 bash[19894]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:53.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:53 smithi105 bash[21781]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:53.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:53 smithi105 bash[21781]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:53.832 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:53 smithi137 bash[22057]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:53.832 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:53 smithi137 bash[22057]: cluster 2024-09-21T19:03:52.463737+0000 mgr.x (mgr.14526) 155 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:55.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:55 smithi105 bash[21781]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:55.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:55 smithi105 bash[21781]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:55.834 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:55 smithi137 bash[22057]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:55.834 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:55 smithi137 bash[22057]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:55.911 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:55 smithi067 bash[19894]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:55.911 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:55 smithi067 bash[19894]: cluster 2024-09-21T19:03:54.464339+0000 mgr.x (mgr.14526) 156 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:57.912 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:57 smithi105 bash[21781]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:57.913 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:57 smithi105 bash[21781]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:57.913 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:57 smithi067 bash[19894]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:57.913 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:57 smithi067 bash[19894]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:57.913 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:57 smithi137 bash[22057]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:57.913 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:57 smithi137 bash[22057]: cluster 2024-09-21T19:03:56.465011+0000 mgr.x (mgr.14526) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-21T19:03:59.914 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:59 smithi105 bash[21781]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:59.914 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:03:59 smithi105 bash[21781]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:59.915 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:59 smithi137 bash[22057]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:59.915 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:03:59 smithi137 bash[22057]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:59.915 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:59 smithi067 bash[19894]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:03:59.915 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:03:59 smithi067 bash[19894]: cluster 2024-09-21T19:03:58.465623+0000 mgr.x (mgr.14526) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:01 smithi067 bash[19894]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:01 smithi067 bash[19894]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:01 smithi105 bash[21781]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:01 smithi105 bash[21781]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.843 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:01 smithi137 bash[22057]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:01.843 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:01 smithi137 bash[22057]: cluster 2024-09-21T19:04:00.466291+0000 mgr.x (mgr.14526) 159 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:03.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:03 smithi067 bash[19894]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:03.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:03 smithi067 bash[19894]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:03.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:03 smithi105 bash[21781]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:03.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:03 smithi105 bash[21781]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:03.845 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:03 smithi137 bash[22057]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:03.845 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:03 smithi137 bash[22057]: cluster 2024-09-21T19:04:02.467058+0000 mgr.x (mgr.14526) 160 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:05.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:05 smithi067 bash[19894]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:05.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:05 smithi067 bash[19894]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:05.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:05 smithi105 bash[21781]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:05.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:05 smithi105 bash[21781]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:05.848 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:05 smithi137 bash[22057]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:05.848 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:05 smithi137 bash[22057]: cluster 2024-09-21T19:04:04.467671+0000 mgr.x (mgr.14526) 161 : cluster [DBG] pgmap v116: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-09-21T19:04:07.928 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:07 smithi137 bash[22057]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:07.928 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:07 smithi137 bash[22057]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:07.928 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:07 smithi067 bash[19894]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:07.929 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:07 smithi067 bash[19894]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:07.929 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:07 smithi105 bash[21781]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:07.929 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:07 smithi105 bash[21781]: cluster 2024-09-21T19:04:06.468935+0000 mgr.x (mgr.14526) 162 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:09.818 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.137/share1 -c ls' 2024-09-21T19:04:09.872 INFO:teuthology.orchestra.run.smithi170.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.137/share1 -c ls 2024-09-21T19:04:09.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:09 smithi067 bash[19894]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:09.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:09 smithi067 bash[19894]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:10.014 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:09 smithi137 bash[22057]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:10.014 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:09 smithi137 bash[22057]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:10.015 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:09 smithi105 bash[21781]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:10.015 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:09 smithi105 bash[21781]: cluster 2024-09-21T19:04:08.469365+0000 mgr.x (mgr.14526) 163 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:10.941 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Sat Sep 21 19:00:04 2024 2024-09-21T19:04:10.941 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Sat Sep 21 19:00:04 2024 2024-09-21T19:04:10.941 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T19:04:10.941 INFO:teuthology.orchestra.run.smithi170.stdout: 178053120 blocks of size 1024. 178053120 blocks available 2024-09-21T19:04:11.440 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U DOMAIN1\\ckent%1115Rose. //172.21.15.137/share2 -c ls' 2024-09-21T19:04:11.492 INFO:teuthology.orchestra.run.smithi170.stderr:+ sudo docker run --rm --net=host --dns=172.21.15.170 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //172.21.15.137/share2 -c ls 2024-09-21T19:04:11.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:11 smithi067 bash[19894]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:11.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:11 smithi067 bash[19894]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:11.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:11 smithi105 bash[21781]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:11.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:11 smithi105 bash[21781]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:11.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:11 smithi137 bash[22057]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:11.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:11 smithi137 bash[22057]: cluster 2024-09-21T19:04:10.469956+0000 mgr.x (mgr.14526) 164 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:12.657 INFO:teuthology.orchestra.run.smithi170.stdout: . D 0 Sat Sep 21 19:00:10 2024 2024-09-21T19:04:12.657 INFO:teuthology.orchestra.run.smithi170.stdout: .. D 0 Sat Sep 21 19:00:10 2024 2024-09-21T19:04:12.657 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-09-21T19:04:12.657 INFO:teuthology.orchestra.run.smithi170.stdout: 178053120 blocks of size 1024. 178053120 blocks available 2024-09-21T19:04:13.145 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T19:04:13.154 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T19:04:13.154 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- bash -c 'ceph smb apply -i -' 2024-09-21T19:04:13.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:13 smithi105 bash[21781]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:13.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:13 smithi105 bash[21781]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:13.857 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:13 smithi137 bash[22057]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:13.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:13 smithi137 bash[22057]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:14.285 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:14 smithi067 bash[19894]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:14.286 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:14 smithi067 bash[19894]: cluster 2024-09-21T19:04:12.471177+0000 mgr.x (mgr.14526) 165 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 0 B/s wr, 4 op/s 2024-09-21T19:04:15.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:15 smithi067 bash[19894]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:15.738 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:15 smithi067 bash[19894]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:15.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:15 smithi105 bash[21781]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:15.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:15 smithi105 bash[21781]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:15.837 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:15 smithi137 bash[22057]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:15.837 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:15 smithi137 bash[22057]: cluster 2024-09-21T19:04:14.471828+0000 mgr.x (mgr.14526) 166 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-21T19:04:17.972 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:04:17.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:17 smithi067 bash[19894]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:17.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:17 smithi067 bash[19894]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:18.023 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:17 smithi137 bash[22057]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:18.023 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:17 smithi137 bash[22057]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:18.024 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:17 smithi105 bash[21781]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:18.024 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:17 smithi105 bash[21781]: cluster 2024-09-21T19:04:16.473092+0000 mgr.x (mgr.14526) 167 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 3.1 KiB/s rd, 426 B/s wr, 4 op/s 2024-09-21T19:04:19.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:19 smithi105 bash[21781]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:19.782 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:19 smithi105 bash[21781]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:19.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:19 smithi067 bash[19894]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:19.988 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:19 smithi067 bash[19894]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: "results": [ 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.share", 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:04:20.020 INFO:teuthology.orchestra.run.smithi067.stdout: "share_id": "share1", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "removed" 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "removed", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.share", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "share_id": "share2", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "removed" 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "removed", 2024-09-21T19:04:20.021 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.cluster", 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "adctdb1", 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "removed" 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "removed", 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "resource": { 2024-09-21T19:04:20.022 INFO:teuthology.orchestra.run.smithi067.stdout: "resource_type": "ceph.smb.join.auth", 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: "auth_id": "join1-admin", 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: "intent": "removed" 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: "state": "removed", 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout: "success": true 2024-09-21T19:04:20.023 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-21T19:04:20.025 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:19 smithi137 bash[22057]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:20.025 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:19 smithi137 bash[22057]: cluster 2024-09-21T19:04:18.473823+0000 mgr.x (mgr.14526) 168 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.027 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.028 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:21.029 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:20 smithi137 bash[22057]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:21.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.264 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.265 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.266 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:21.267 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:20 smithi067 bash[19894]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:21.279 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service_not_present... 2024-09-21T19:04:21.290 INFO:tasks.cephadm:Waiting for ceph service smb.adctdb1 to be not present in service list 2024-09-21T19:04:21.290 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.823927+0000 mgr.x (mgr.14526) 169 : audit [DBG] from='client.15855 -' entity='client.admin' cmd=[{"prefix": "smb apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:19.925038+0000 mgr.x (mgr.14526) 170 : cephadm [INF] Remove service smb.adctdb1 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.932993+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.934369+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.934872+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:21.291 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.936549+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key exists", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.938716+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.939040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.940825+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.946007+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "config-key rm", "key": "smb/config/adctdb1/join.0.json"}]': finished 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.948597+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config-key dump", "key": "smb/config/"} : dispatch 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: audit 2024-09-21T19:04:19.953455+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' 2024-09-21T19:04:21.292 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:20.009287+0000 mgr.x (mgr.14526) 171 : cephadm [INF] Removing orphan daemon smb.adctdb1.0.0.smithi067.sjkohr... 2024-09-21T19:04:21.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:21.293 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:20 smithi105 bash[21781]: cephadm 2024-09-21T19:04:20.009607+0000 mgr.x (mgr.14526) 172 : cephadm [INF] Removing daemon smb.adctdb1.0.0.smithi067.sjkohr from smithi067 -- ports [445, 9922] 2024-09-21T19:04:22.075 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:21 smithi067 bash[19894]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.075 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:21 smithi067 bash[19894]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.107 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:21 smithi137 bash[22057]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:21 smithi137 bash[22057]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:21 smithi105 bash[21781]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:21 smithi105 bash[21781]: cluster 2024-09-21T19:04:20.474695+0000 mgr.x (mgr.14526) 173 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 1.8 MiB data, 167 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 426 B/s wr, 3 op/s 2024-09-21T19:04:22.681 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.681 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.681 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.682 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.932 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.932 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.932 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:22.933 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:22 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.223 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.223 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.224 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.224 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.488 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.488 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.489 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.863 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:23.864 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:23 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:24.107 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:23 smithi137 bash[22057]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:23 smithi137 bash[22057]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.140 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 bash[19894]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.140 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:23 smithi067 bash[19894]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:23 smithi105 bash[21781]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:23 smithi105 bash[21781]: cluster 2024-09-21T19:04:22.475406+0000 mgr.x (mgr.14526) 174 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 5.2 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:24.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:24 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:24.488 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:24 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:24.489 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:24 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:24.489 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:24 smithi067 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:25.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:24 smithi137 bash[22057]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:24 smithi137 bash[22057]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:24 smithi137 bash[22057]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:25.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:24 smithi137 bash[22057]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:25.163 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:24 smithi105 bash[21781]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.163 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:24 smithi105 bash[21781]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.163 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:24 smithi105 bash[21781]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:25.163 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:24 smithi105 bash[21781]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:25.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:24 smithi067 bash[19894]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:24 smithi067 bash[19894]: audit 2024-09-21T19:04:24.373116+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"} : dispatch 2024-09-21T19:04:25.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:24 smithi067 bash[19894]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:25.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:24 smithi067 bash[19894]: audit 2024-09-21T19:04:24.376909+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.0.0.smithi067.sjkohr"}]': finished 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.032 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:26.033 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:25 smithi105 bash[21781]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:26.046 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:26.109 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:25 smithi137 bash[22057]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:26.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.372688+0000 mgr.x (mgr.14526) 175 : cephadm [INF] Removing key for client.smb.config.adctdb1.0.0.smithi067.sjkohr 2024-09-21T19:04:26.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.381614+0000 mgr.x (mgr.14526) 176 : cephadm [INF] Removing orphan daemon smb.adctdb1.1.0.smithi105.xmxszd... 2024-09-21T19:04:26.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cephadm 2024-09-21T19:04:24.381768+0000 mgr.x (mgr.14526) 177 : cephadm [INF] Removing daemon smb.adctdb1.1.0.smithi105.xmxszd from smithi105 -- ports [445, 9922] 2024-09-21T19:04:26.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:26.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:25 smithi067 bash[19894]: cluster 2024-09-21T19:04:24.475975+0000 mgr.x (mgr.14526) 178 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 1.8 MiB data, 168 MiB used, 536 GiB / 536 GiB avail; 4.1 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:27.018 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:26 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.019 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:26 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.019 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:26 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.280 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.280 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.281 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.532 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.532 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.532 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.622 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:04:27.622 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:02:36.284235Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:02:36.283920Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:02:36.283796Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:02:36.284028Z", "running": 6, "size": 6}, "unmanaged": true}, {"events": ["2024-09-21T19:04:19.933602Z service:smb.adctdb1 [INFO] \"service was created\""], "placement": {"count": 3}, "service_id": "adctdb1", "service_name": "smb.adctdb1", "service_type": "smb", "spec": {"cluster_id": "adctdb1", "cluster_lock_uri": "rados://.smb/adctdb1/cluster.meta.lock", "cluster_meta_uri": "rados://.smb/adctdb1/cluster.meta.json", "config_uri": "rados://.smb/adctdb1/config.smb", "custom_dns": ["172.21.15.170"], "features": ["domain", "clustered"], "include_ceph_users": ["client.smb.fs.cluster.adctdb1"], "join_sources": ["rados:mon-config-key:smb/config/adctdb1/join.0.json"]}, "status": {"created": "2024-09-21T19:01:01.610046Z", "last_refresh": "2024-09-21T19:02:36.697107Z", "running": 2, "size": 3}}] 2024-09-21T19:04:27.930 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.930 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.930 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.931 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.931 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:27.931 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:27 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:27 smithi137 bash[22057]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:27 smithi137 bash[22057]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.187 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 bash[21781]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:27 smithi105 bash[21781]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.188 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.188 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:27 smithi067 bash[19894]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:27 smithi067 bash[19894]: cluster 2024-09-21T19:04:26.477399+0000 mgr.x (mgr.14526) 179 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 4.7 KiB/s rd, 87 KiB/s wr, 11 op/s 2024-09-21T19:04:28.320 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mgr', 'osd', 'mds.cephfs', 'mon', 'smb.adctdb1'} 2024-09-21T19:04:28.973 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.974 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:28.974 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:04:28 smithi105 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:28 smithi137 bash[22057]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:28 smithi067 bash[19894]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:27.619045+0000 mgr.x (mgr.14526) 180 : audit [DBG] from='client.15903 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:28.692525+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"} : dispatch 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:28 smithi105 bash[21781]: audit 2024-09-21T19:04:28.696449+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.1.0.smithi105.xmxszd"}]': finished 2024-09-21T19:04:29.321 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1103656e-784a-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:29 smithi137 bash[22057]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.239 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:29 smithi067 bash[19894]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cluster 2024-09-21T19:04:28.478107+0000 mgr.x (mgr.14526) 181 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.691878+0000 mgr.x (mgr.14526) 182 : cephadm [INF] Removing key for client.smb.config.adctdb1.1.0.smithi105.xmxszd 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.702348+0000 mgr.x (mgr.14526) 183 : cephadm [INF] Removing orphan daemon smb.adctdb1.2.0.smithi137.lpywxt... 2024-09-21T19:04:30.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.283 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:29 smithi105 bash[21781]: cephadm 2024-09-21T19:04:28.702776+0000 mgr.x (mgr.14526) 184 : cephadm [INF] Removing daemon smb.adctdb1.2.0.smithi137.lpywxt from smithi137 -- ports [445, 9922] 2024-09-21T19:04:30.966 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:30 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:30.966 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:30 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:30.967 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:30 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.218 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.218 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.218 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.513 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.514 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.514 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.836 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.837 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:31.837 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.107 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.108 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 bash[22057]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:31 smithi137 bash[22057]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.108 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:31 smithi067 bash[19894]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.238 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:31 smithi067 bash[19894]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:31 smithi105 bash[21781]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:31 smithi105 bash[21781]: cluster 2024-09-21T19:04:30.478957+0000 mgr.x (mgr.14526) 185 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:32.858 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.858 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:32.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:04:32 smithi137 systemd[1]: /etc/systemd/system/ceph-1103656e-784a-11ef-baf6-efdc52797490@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:33.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:32 smithi105 bash[21781]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:33.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:32 smithi137 bash[22057]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:33.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:32 smithi067 bash[19894]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.648172+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"} : dispatch 2024-09-21T19:04:33.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.652831+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix": "auth rm", "entity": "client.smb.config.adctdb1.2.0.smithi137.lpywxt"}]': finished 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.658920+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"} : dispatch 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.664082+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.smb.adctdb1"}]': finished 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:33.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:33 smithi067 bash[19894]: audit 2024-09-21T19:04:32.666031+0000 mon.a (mon.0) 806 : audit [DBG] from='mgr.14526 172.21.15.67:0/732762984' entity='mgr.x' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T19:04:34.079 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/mon.a/config 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:34.282 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:34 smithi105 bash[21781]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:33 smithi137 bash[22057]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:33 smithi137 bash[22057]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:34 smithi137 bash[22057]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:34 smithi137 bash[22057]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:34 smithi137 bash[22057]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:34.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:34 smithi137 bash[22057]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:34.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cluster 2024-09-21T19:04:32.479998+0000 mgr.x (mgr.14526) 186 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 3.6 KiB/s rd, 87 KiB/s wr, 9 op/s 2024-09-21T19:04:34.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.488 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cephadm 2024-09-21T19:04:32.647552+0000 mgr.x (mgr.14526) 187 : cephadm [INF] Removing key for client.smb.config.adctdb1.2.0.smithi137.lpywxt 2024-09-21T19:04:34.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:34.489 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:34 smithi067 bash[19894]: cephadm 2024-09-21T19:04:32.658219+0000 mgr.x (mgr.14526) 188 : cephadm [INF] Purge service smb.adctdb1 2024-09-21T19:04:35.516 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-21T19:04:35.517 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 2}, "service_id": "cephfs", "service_name": "mds.cephfs", "service_type": "mds", "status": {"created": "2024-09-21T18:59:35.401700Z", "last_refresh": "2024-09-21T19:02:36.284235Z", "running": 2, "size": 2}}, {"placement": {"count": 1, "hosts": ["smithi067=x"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T18:52:33.634221Z", "last_refresh": "2024-09-21T19:02:36.283920Z", "running": 1, "size": 1}}, {"placement": {"count": 3, "hosts": ["smithi067:172.21.15.67=a", "smithi105:172.21.15.105=b", "smithi137:172.21.15.137=c"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T18:52:00.804509Z", "last_refresh": "2024-09-21T19:02:36.283796Z", "running": 3, "size": 3}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5", "last_refresh": "2024-09-21T19:02:36.284028Z", "running": 6, "size": 6}, "unmanaged": true}] 2024-09-21T19:04:36.154 DEBUG:tasks.cephadm:checking if 'smb.adctdb1' in {'mds.cephfs', 'mon', 'osd', 'mgr'} 2024-09-21T19:04:36.154 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T19:04:36.172 INFO:tasks.cephadm:Teardown begin 2024-09-21T19:04:36.172 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:04:36.187 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:04:36.202 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:04:36.217 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:04:36.232 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T19:04:36.232 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:04:36.237 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:04:36.250 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:04:36.262 DEBUG:teuthology.orchestra.run.smithi170:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T19:04:36.280 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T19:04:36.281 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-21T19:04:36.281 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a 2024-09-21T19:04:36.291 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:36 smithi067 bash[19894]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.291 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:36 smithi067 bash[19894]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.306 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:36 smithi105 bash[21781]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.306 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:36 smithi105 bash[21781]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:36 smithi137 bash[22057]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.358 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:36 smithi137 bash[22057]: cluster 2024-09-21T19:04:34.480620+0000 mgr.x (mgr.14526) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 1.8 MiB data, 169 MiB used, 536 GiB / 536 GiB avail; 597 B/s rd, 0 B/s wr, 1 op/s 2024-09-21T19:04:36.421 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:36 smithi067 systemd[1]: Stopping Ceph mon.a for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:36.655 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:36 smithi067 bash[19894]: debug 2024-09-21T19:04:36.422+0000 7f4836e06640 -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-21T19:04:36.656 INFO:journalctl@ceph.mon.a.smithi067.stdout:Sep 21 19:04:36 smithi067 bash[19894]: debug 2024-09-21T19:04:36.422+0000 7f4836e06640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-21T19:04:37.414 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.a.service' 2024-09-21T19:04:37.485 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:37.486 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-21T19:04:37.486 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-21T19:04:37.486 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.b 2024-09-21T19:04:37.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:37 smithi105 systemd[1]: Stopping Ceph mon.b for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:37.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:37 smithi105 bash[21781]: debug 2024-09-21T19:04:37.630+0000 7f9036ee5640 -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-21T19:04:37.757 INFO:journalctl@ceph.mon.b.smithi105.stdout:Sep 21 19:04:37 smithi105 bash[21781]: debug 2024-09-21T19:04:37.630+0000 7f9036ee5640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-21T19:04:38.458 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.b.service' 2024-09-21T19:04:38.488 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:38.488 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-21T19:04:38.488 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-21T19:04:38.489 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.c 2024-09-21T19:04:38.832 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:38 smithi137 systemd[1]: Stopping Ceph mon.c for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:38.832 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:38 smithi137 bash[22057]: debug 2024-09-21T19:04:38.641+0000 7fcee2681640 -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-21T19:04:38.832 INFO:journalctl@ceph.mon.c.smithi137.stdout:Sep 21 19:04:38 smithi137 bash[22057]: debug 2024-09-21T19:04:38.641+0000 7fcee2681640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-21T19:04:39.714 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mon.c.service' 2024-09-21T19:04:39.746 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:39.746 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-21T19:04:39.746 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-21T19:04:39.746 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x 2024-09-21T19:04:40.151 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:39 smithi067 systemd[1]: Stopping Ceph mgr.x for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:40.151 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:39 smithi067 bash[20150]: debug 2024-09-21T19:04:39.890+0000 7fa16ffdb640 -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-21T19:04:40.151 INFO:journalctl@ceph.mgr.x.smithi067.stdout:Sep 21 19:04:39 smithi067 bash[20150]: debug 2024-09-21T19:04:39.890+0000 7fa16ffdb640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-21T19:04:40.691 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@mgr.x.service' 2024-09-21T19:04:40.714 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:40.714 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-21T19:04:40.714 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-21T19:04:40.714 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.0 2024-09-21T19:04:40.988 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:40 smithi067 systemd[1]: Stopping Ceph osd.0 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:40.988 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:40 smithi067 bash[29708]: debug 2024-09-21T19:04:40.878+0000 7efe95683640 -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-21T19:04:40.988 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:40 smithi067 bash[29708]: debug 2024-09-21T19:04:40.878+0000 7efe95683640 -1 osd.0 51 *** Got signal Terminated *** 2024-09-21T19:04:40.989 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:40 smithi067 bash[29708]: debug 2024-09-21T19:04:40.878+0000 7efe95683640 -1 osd.0 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:04:47.079 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:46 smithi067 bash[50292]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-0 2024-09-21T19:04:47.079 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 21 19:04:46 smithi067 bash[50355]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-0 2024-09-21T19:04:48.872 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.0.service' 2024-09-21T19:04:48.900 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:48.900 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-21T19:04:48.900 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-21T19:04:48.900 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.1 2024-09-21T19:04:49.238 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:48 smithi067 systemd[1]: Stopping Ceph osd.1 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:49.239 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:49 smithi067 bash[35331]: debug 2024-09-21T19:04:49.085+0000 7f7946b00640 -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-21T19:04:49.239 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:49 smithi067 bash[35331]: debug 2024-09-21T19:04:49.085+0000 7f7946b00640 -1 osd.1 51 *** Got signal Terminated *** 2024-09-21T19:04:49.239 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:49 smithi067 bash[35331]: debug 2024-09-21T19:04:49.085+0000 7f7946b00640 -1 osd.1 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:04:55.431 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:55 smithi067 bash[50487]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-1 2024-09-21T19:04:55.431 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 21 19:04:55 smithi067 bash[50554]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-1 2024-09-21T19:04:57.182 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.1.service' 2024-09-21T19:04:57.224 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:04:57.224 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-21T19:04:57.224 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-21T19:04:57.224 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.2 2024-09-21T19:04:57.532 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:57 smithi105 systemd[1]: Stopping Ceph osd.2 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:04:57.532 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:57 smithi105 bash[24381]: debug 2024-09-21T19:04:57.434+0000 7fe6e61d1640 -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-21T19:04:57.532 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:57 smithi105 bash[24381]: debug 2024-09-21T19:04:57.434+0000 7fe6e61d1640 -1 osd.2 51 *** Got signal Terminated *** 2024-09-21T19:04:57.532 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:04:57 smithi105 bash[24381]: debug 2024-09-21T19:04:57.434+0000 7fe6e61d1640 -1 osd.2 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:05:03.600 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:05:03 smithi105 bash[37103]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-2 2024-09-21T19:05:03.601 INFO:journalctl@ceph.osd.2.smithi105.stdout:Sep 21 19:05:03 smithi105 bash[37169]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-2 2024-09-21T19:05:05.429 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.2.service' 2024-09-21T19:05:05.454 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:05:05.455 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-21T19:05:05.455 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-21T19:05:05.455 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.3 2024-09-21T19:05:05.782 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:05 smithi105 systemd[1]: Stopping Ceph osd.3 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:05:05.782 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:05 smithi105 bash[29699]: debug 2024-09-21T19:05:05.618+0000 7f77c531e640 -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-21T19:05:05.782 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:05 smithi105 bash[29699]: debug 2024-09-21T19:05:05.618+0000 7f77c531e640 -1 osd.3 51 *** Got signal Terminated *** 2024-09-21T19:05:05.782 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:05 smithi105 bash[29699]: debug 2024-09-21T19:05:05.618+0000 7f77c531e640 -1 osd.3 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:05:07.281 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:07 smithi105 bash[29699]: debug 2024-09-21T19:05:07.018+0000 7f77c1933640 -1 osd.3 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:43.040811+0000 front 2024-09-21T19:04:43.040655+0000 (oldest deadline 2024-09-21T19:05:06.540582+0000) 2024-09-21T19:05:08.281 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:08 smithi105 bash[29699]: debug 2024-09-21T19:05:08.006+0000 7f77c1933640 -1 osd.3 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:43.040811+0000 front 2024-09-21T19:04:43.040655+0000 (oldest deadline 2024-09-21T19:05:06.540582+0000) 2024-09-21T19:05:08.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:08 smithi137 bash[30528]: debug 2024-09-21T19:05:08.560+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:09.281 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:08 smithi105 bash[29699]: debug 2024-09-21T19:05:08.986+0000 7f77c1933640 -1 osd.3 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:43.040811+0000 front 2024-09-21T19:04:43.040655+0000 (oldest deadline 2024-09-21T19:05:06.540582+0000) 2024-09-21T19:05:09.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:09 smithi137 bash[30528]: debug 2024-09-21T19:05:09.536+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:10.281 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:09 smithi105 bash[29699]: debug 2024-09-21T19:05:09.974+0000 7f77c1933640 -1 osd.3 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:43.040811+0000 front 2024-09-21T19:04:43.040655+0000 (oldest deadline 2024-09-21T19:05:06.540582+0000) 2024-09-21T19:05:10.358 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:10 smithi137 bash[25006]: debug 2024-09-21T19:05:10.108+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:10.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:10 smithi137 bash[30528]: debug 2024-09-21T19:05:10.520+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:11.554 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:11 smithi137 bash[25006]: debug 2024-09-21T19:05:11.120+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:11.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:11 smithi137 bash[30528]: debug 2024-09-21T19:05:11.552+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:11.903 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:11 smithi105 bash[37297]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-3 2024-09-21T19:05:11.904 INFO:journalctl@ceph.osd.3.smithi105.stdout:Sep 21 19:05:11 smithi105 bash[37361]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-3 2024-09-21T19:05:12.535 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:12 smithi137 bash[25006]: debug 2024-09-21T19:05:12.164+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:12.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:12 smithi137 bash[30528]: debug 2024-09-21T19:05:12.532+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:13.581 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:13 smithi137 bash[25006]: debug 2024-09-21T19:05:13.180+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:13.747 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.3.service' 2024-09-21T19:05:13.789 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:05:13.790 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-21T19:05:13.790 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-21T19:05:13.790 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.4 2024-09-21T19:05:13.858 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:13 smithi137 systemd[1]: Stopping Ceph osd.4 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:05:13.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:13 smithi137 bash[30528]: debug 2024-09-21T19:05:13.580+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:14.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:13 smithi137 bash[25006]: debug 2024-09-21T19:05:13.960+0000 7f15a48f7640 -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-21T19:05:14.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:13 smithi137 bash[25006]: debug 2024-09-21T19:05:13.960+0000 7f15a48f7640 -1 osd.4 51 *** Got signal Terminated *** 2024-09-21T19:05:14.108 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:13 smithi137 bash[25006]: debug 2024-09-21T19:05:13.960+0000 7f15a48f7640 -1 osd.4 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:05:14.547 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:14 smithi137 bash[25006]: debug 2024-09-21T19:05:14.216+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:14.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:14 smithi137 bash[30528]: debug 2024-09-21T19:05:14.548+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:15.526 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:15 smithi137 bash[25006]: debug 2024-09-21T19:05:15.212+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:15.527 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:15 smithi137 bash[25006]: debug 2024-09-21T19:05:15.212+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:51.767666+0000 front 2024-09-21T19:04:51.767851+0000 (oldest deadline 2024-09-21T19:05:14.667544+0000) 2024-09-21T19:05:15.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:15 smithi137 bash[30528]: debug 2024-09-21T19:05:15.524+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:16.490 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:16 smithi137 bash[25006]: debug 2024-09-21T19:05:16.192+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:16.490 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:16 smithi137 bash[25006]: debug 2024-09-21T19:05:16.192+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:51.767666+0000 front 2024-09-21T19:04:51.767851+0000 (oldest deadline 2024-09-21T19:05:14.667544+0000) 2024-09-21T19:05:16.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:16 smithi137 bash[30528]: debug 2024-09-21T19:05:16.488+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:16.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:16 smithi137 bash[30528]: debug 2024-09-21T19:05:16.488+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:17.445 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:17 smithi137 bash[25006]: debug 2024-09-21T19:05:17.156+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:17.445 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:17 smithi137 bash[25006]: debug 2024-09-21T19:05:17.156+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:51.767666+0000 front 2024-09-21T19:04:51.767851+0000 (oldest deadline 2024-09-21T19:05:14.667544+0000) 2024-09-21T19:05:17.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:17 smithi137 bash[30528]: debug 2024-09-21T19:05:17.444+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:17.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:17 smithi137 bash[30528]: debug 2024-09-21T19:05:17.444+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:18.445 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:18 smithi137 bash[25006]: debug 2024-09-21T19:05:18.128+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.166860+0000 front 2024-09-21T19:04:44.166981+0000 (oldest deadline 2024-09-21T19:05:10.066612+0000) 2024-09-21T19:05:18.445 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:18 smithi137 bash[25006]: debug 2024-09-21T19:05:18.128+0000 7f15a0f0c640 -1 osd.4 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:51.767666+0000 front 2024-09-21T19:04:51.767851+0000 (oldest deadline 2024-09-21T19:05:14.667544+0000) 2024-09-21T19:05:18.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:18 smithi137 bash[30528]: debug 2024-09-21T19:05:18.444+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:18.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:18 smithi137 bash[30528]: debug 2024-09-21T19:05:18.444+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:19.722 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:19 smithi137 bash[30528]: debug 2024-09-21T19:05:19.456+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:19.722 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:19 smithi137 bash[30528]: debug 2024-09-21T19:05:19.456+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:20.500 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:20 smithi137 bash[38082]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-4 2024-09-21T19:05:20.500 INFO:journalctl@ceph.osd.4.smithi137.stdout:Sep 21 19:05:20 smithi137 bash[38143]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-4 2024-09-21T19:05:20.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:20 smithi137 bash[30528]: debug 2024-09-21T19:05:20.436+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:20.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:20 smithi137 bash[30528]: debug 2024-09-21T19:05:20.436+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:21.495 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:21 smithi137 bash[30528]: debug 2024-09-21T19:05:21.468+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:21.495 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:21 smithi137 bash[30528]: debug 2024-09-21T19:05:21.468+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:22.093 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.4.service' 2024-09-21T19:05:22.119 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:05:22.119 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-21T19:05:22.119 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-21T19:05:22.119 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.5 2024-09-21T19:05:22.358 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 systemd[1]: Stopping Ceph osd.5 for 1103656e-784a-11ef-baf6-efdc52797490... 2024-09-21T19:05:22.358 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 bash[30528]: debug 2024-09-21T19:05:22.300+0000 7f6f126bf640 -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-21T19:05:22.358 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 bash[30528]: debug 2024-09-21T19:05:22.300+0000 7f6f126bf640 -1 osd.5 51 *** Got signal Terminated *** 2024-09-21T19:05:22.358 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 bash[30528]: debug 2024-09-21T19:05:22.300+0000 7f6f126bf640 -1 osd.5 51 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-21T19:05:22.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 bash[30528]: debug 2024-09-21T19:05:22.420+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:22.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:22 smithi137 bash[30528]: debug 2024-09-21T19:05:22.420+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:23.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:23 smithi137 bash[30528]: debug 2024-09-21T19:05:23.384+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:23.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:23 smithi137 bash[30528]: debug 2024-09-21T19:05:23.384+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:24.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:24 smithi137 bash[30528]: debug 2024-09-21T19:05:24.432+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:24.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:24 smithi137 bash[30528]: debug 2024-09-21T19:05:24.432+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:25.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:25 smithi137 bash[30528]: debug 2024-09-21T19:05:25.448+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:25.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:25 smithi137 bash[30528]: debug 2024-09-21T19:05:25.448+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:26.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:26 smithi137 bash[30528]: debug 2024-09-21T19:05:26.456+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-21T19:04:44.676526+0000 front 2024-09-21T19:04:44.676270+0000 (oldest deadline 2024-09-21T19:05:08.176020+0000) 2024-09-21T19:05:26.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:26 smithi137 bash[30528]: debug 2024-09-21T19:05:26.456+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-21T19:04:52.177699+0000 front 2024-09-21T19:04:52.177665+0000 (oldest deadline 2024-09-21T19:05:16.277350+0000) 2024-09-21T19:05:26.858 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:26 smithi137 bash[30528]: debug 2024-09-21T19:05:26.456+0000 7f6f0ecd4640 -1 osd.5 51 heartbeat_check: no reply from 172.21.15.105:6804 osd.2 since back 2024-09-21T19:05:00.978674+0000 front 2024-09-21T19:05:00.978529+0000 (oldest deadline 2024-09-21T19:05:26.278184+0000) 2024-09-21T19:05:28.608 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:28 smithi137 bash[38271]: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-5 2024-09-21T19:05:28.608 INFO:journalctl@ceph.osd.5.smithi137.stdout:Sep 21 19:05:28 smithi137 bash[38337]: Error response from daemon: No such container: ceph-1103656e-784a-11ef-baf6-efdc52797490-osd-5 2024-09-21T19:05:30.328 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1103656e-784a-11ef-baf6-efdc52797490@osd.5.service' 2024-09-21T19:05:30.371 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T19:05:30.372 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-21T19:05:30.372 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:05:30.562 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:05:43.178 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:05:43.360 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:05:45.615 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:05:45.795 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:05:53.246 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T19:05:53.427 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:05:57.047 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:05:57.062 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:05:57.076 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:05:57.090 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T19:05:57.102 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T19:05:57.104 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi067/crash 2024-09-21T19:05:57.105 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:05:57.116 INFO:teuthology.orchestra.run.smithi067.stderr:tar: /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:05:57.117 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:05:57.119 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi105/crash 2024-09-21T19:05:57.120 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:05:57.131 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:05:57.131 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:05:57.133 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi137/crash 2024-09-21T19:05:57.133 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:05:57.146 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:05:57.146 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:05:57.148 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi170/crash 2024-09-21T19:05:57.149 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash -- . 2024-09-21T19:05:57.159 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/1103656e-784a-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T19:05:57.159 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-09-21T19:05:57.160 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T19:05:57.160 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-21T19:05:57.177 INFO:tasks.cephadm:Compressing logs... 2024-09-21T19:05:57.177 DEBUG:teuthology.orchestra.run.smithi067:> 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-21T19:05:57.221 DEBUG:teuthology.orchestra.run.smithi105:> 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-21T19:05:57.223 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T19:05:57.225 DEBUG:teuthology.orchestra.run.smithi170:> 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-21T19:05:57.231 INFO:teuthology.orchestra.run.smithi067.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:05:57.235 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:05:57.236 INFO:teuthology.orchestra.run.smithi137.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:05:57.238 INFO:teuthology.orchestra.run.smithi170.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-21T19:05:57.240 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T19:05:57.241 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.a.log 2024-09-21T19:05:57.241 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T19:05:57.241 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T19:05:57.242 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mgr.x.log 2024-09-21T19:05:57.242 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log 2024-09-21T19:05:57.243 INFO:teuthology.orchestra.run.smithi067.stderr: 84.0% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T19:05:57.243 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi067.vpelcg.log 2024-09-21T19:05:57.243 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mgr.x.log: /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T19:05:57.244 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi067.vpelcg.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T19:05:57.245 INFO:teuthology.orchestra.run.smithi067.stderr: 83.2% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi067.vpelcg.log.gz 2024-09-21T19:05:57.245 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:05:57.246 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log: /var/log/ceph/cephadm.log: 87.3% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T19:05:57.247 INFO:teuthology.orchestra.run.smithi067.stderr: 89.8% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T19:05:57.250 INFO:teuthology.orchestra.run.smithi067.stderr: 89.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:05:57.251 INFO:teuthology.orchestra.run.smithi067.stderr: 91.4% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T19:05:57.253 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi137.wkeknl.log 2024-09-21T19:05:57.254 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T19:05:57.254 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.5.log 2024-09-21T19:05:57.255 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi137.wkeknl.log: /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log 2024-09-21T19:05:57.255 INFO:teuthology.orchestra.run.smithi137.stderr: 81.6% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T19:05:57.255 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T19:05:57.256 INFO:teuthology.orchestra.run.smithi137.stderr: 86.5% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mds.cephfs.smithi137.wkeknl.log.gz 2024-09-21T19:05:57.256 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.c.log 2024-09-21T19:05:57.256 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.5.log: /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T19:05:57.256 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.4.log 2024-09-21T19:05:57.259 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log: 87.4% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T19:05:57.259 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:05:57.259 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.4.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T19:05:57.260 INFO:teuthology.orchestra.run.smithi137.stderr: 88.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:05:57.261 INFO:teuthology.orchestra.run.smithi137.stderr: 91.4% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T19:05:57.376 INFO:teuthology.orchestra.run.smithi067.stderr: 90.2% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mgr.x.log.gz 2024-09-21T19:05:57.407 INFO:teuthology.orchestra.run.smithi137.stderr: 92.8% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.c.log.gz 2024-09-21T19:05:57.408 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:05:57.409 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 76.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:05:57.411 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-09-21T19:05:57.411 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.181s 2024-09-21T19:05:57.411 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.012s 2024-09-21T19:05:57.411 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.010s 2024-09-21T19:05:57.474 INFO:teuthology.orchestra.run.smithi137.stderr: 93.8% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.5.log.gz 2024-09-21T19:05:57.483 INFO:teuthology.orchestra.run.smithi067.stderr: 93.7% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T19:05:57.506 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T19:05:57.507 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T19:05:57.507 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.3.log 2024-09-21T19:05:57.508 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log 2024-09-21T19:05:57.509 INFO:teuthology.orchestra.run.smithi105.stderr: 81.6% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T19:05:57.509 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T19:05:57.509 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.3.log: /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T19:05:57.510 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.b.log 2024-09-21T19:05:57.511 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T19:05:57.511 INFO:teuthology.orchestra.run.smithi105.stderr: 87.4% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T19:05:57.512 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T19:05:57.513 INFO:teuthology.orchestra.run.smithi105.stderr: 87.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T19:05:57.516 INFO:teuthology.orchestra.run.smithi105.stderr: 91.5% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T19:05:57.519 INFO:teuthology.orchestra.run.smithi067.stderr: 93.8% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T19:05:57.555 INFO:teuthology.orchestra.run.smithi137.stderr: 93.4% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.4.log.gz 2024-09-21T19:05:57.556 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-09-21T19:05:57.556 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.329s 2024-09-21T19:05:57.556 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.667s 2024-09-21T19:05:57.556 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.041s 2024-09-21T19:05:57.667 INFO:teuthology.orchestra.run.smithi067.stderr: 91.0% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.a.log.gz 2024-09-21T19:05:57.667 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-21T19:05:57.667 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m0.445s 2024-09-21T19:05:57.667 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m1.060s 2024-09-21T19:05:57.668 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m0.063s 2024-09-21T19:05:57.670 INFO:teuthology.orchestra.run.smithi105.stderr: 93.0% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-mon.b.log.gz 2024-09-21T19:05:57.807 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T19:05:57.821 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/1103656e-784a-11ef-baf6-efdc52797490/ceph-osd.3.log.gz 2024-09-21T19:05:57.823 INFO:teuthology.orchestra.run.smithi105.stderr: 2024-09-21T19:05:57.823 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m0.597s 2024-09-21T19:05:57.823 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m0.771s 2024-09-21T19:05:57.823 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.046s 2024-09-21T19:05:57.823 INFO:tasks.cephadm:Archiving logs... 2024-09-21T19:05:57.824 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi067/log 2024-09-21T19:05:57.824 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:05:57.972 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi105/log 2024-09-21T19:05:57.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:05:58.072 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi137/log 2024-09-21T19:05:58.073 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:05:58.166 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi170/log 2024-09-21T19:05:58.166 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T19:05:58.181 INFO:tasks.cephadm:Removing cluster... 2024-09-21T19:05:58.181 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force 2024-09-21T19:05:58.370 INFO:teuthology.orchestra.run.smithi067.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:05:59.506 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force 2024-09-21T19:05:59.690 INFO:teuthology.orchestra.run.smithi105.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:06:00.816 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1103656e-784a-11ef-baf6-efdc52797490 --force 2024-09-21T19:06:01.002 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 1103656e-784a-11ef-baf6-efdc52797490 2024-09-21T19:06:02.125 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T19:06:02.126 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:06:02.132 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:06:02.139 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:06:02.144 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T19:06:02.149 INFO:tasks.cephadm:Teardown complete 2024-09-21T19:06:02.150 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-09-21T19:06:02.160 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker stop samba-ad 2024-09-21T19:06:02.853 INFO:teuthology.orchestra.run.smithi170.stdout:samba-ad 2024-09-21T19:06:02.856 DEBUG:teuthology.orchestra.run.smithi170:> sudo docker rm samba-ad 2024-09-21T19:06:03.027 INFO:teuthology.orchestra.run.smithi170.stdout:samba-ad 2024-09-21T19:06:03.031 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-09-21T19:06:03.043 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi170 2024-09-21T19:06:03.044 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-09-21T19:06:03.044 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/systemd/resolved.conf 2024-09-21T19:06:03.104 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart systemd-resolved 2024-09-21T19:06:03.250 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T19:06:03.260 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T19:06:03.260 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:06:03.263 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:06:03.265 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:06:03.268 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T19:06:03.273 INFO:teuthology.orchestra.run.smithi067.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:06:03.274 INFO:teuthology.orchestra.run.smithi067.stdout:============================================================================== 2024-09-21T19:06:03.274 INFO:teuthology.orchestra.run.smithi067.stdout:*hv01.front.sepi 67.205.162.81 3 u 20 64 377 0.094 -7.125 2.211 2024-09-21T19:06:03.274 INFO:teuthology.orchestra.run.smithi067.stdout:+hv02.front.sepi 63.231.80.2 3 u 28 64 377 0.072 -7.271 1.848 2024-09-21T19:06:03.274 INFO:teuthology.orchestra.run.smithi067.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 64 377 0.086 -6.070 2.239 2024-09-21T19:06:03.274 INFO:teuthology.orchestra.run.smithi067.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 67.205.162.81 3 u 28 64 377 0.048 -3.803 1.045 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 23 64 377 0.108 -6.391 1.648 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 32 64 377 0.108 -4.104 1.179 2024-09-21T19:06:03.276 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T19:06:03.279 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:06:03.279 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-09-21T19:06:03.279 INFO:teuthology.orchestra.run.smithi137.stdout:*hv01.front.sepi 67.205.162.81 3 u 31 64 377 0.077 -4.298 0.622 2024-09-21T19:06:03.279 INFO:teuthology.orchestra.run.smithi137.stdout:+hv02.front.sepi 63.231.80.2 3 u 27 64 377 0.090 -4.918 0.597 2024-09-21T19:06:03.280 INFO:teuthology.orchestra.run.smithi137.stdout:+hv03.front.sepi 74.6.168.72 3 u 23 64 377 0.073 -3.174 0.578 2024-09-21T19:06:03.280 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout:*hv01.front.sepi 67.205.162.81 3 u 24 64 377 0.103 +0.449 0.261 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.108 -0.556 0.409 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout:+hv03.front.sepi 74.6.168.72 3 u 28 64 377 0.118 +1.527 0.293 2024-09-21T19:06:03.283 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-21T19:06:03.284 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T19:06:03.293 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T19:06:03.293 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T19:06:03.302 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T19:06:03.312 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T19:06:03.320 INFO:teuthology.task.internal:Duration was 1606.802854 seconds 2024-09-21T19:06:03.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T19:06:03.328 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T19:06:03.329 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:06:03.331 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:06:03.333 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:06:03.335 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T19:06:03.371 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T19:06:03.371 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-09-21T19:06:03.371 DEBUG:teuthology.orchestra.run.smithi067:> 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-21T19:06:03.421 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2024-09-21T19:06:03.422 DEBUG:teuthology.orchestra.run.smithi105:> 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-21T19:06:03.431 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-09-21T19:06:03.431 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T19:06:03.441 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-09-21T19:06:03.441 DEBUG:teuthology.orchestra.run.smithi170:> 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-21T19:06:03.451 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T19:06:03.451 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:06:03.465 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:06:03.477 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:06:03.483 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T19:06:03.537 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T19:06:03.537 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:06:03.539 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:06:03.541 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:06:03.543 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T19:06:03.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T19:06:03.835 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T19:06:03.835 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:06:03.847 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:06:03.860 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:06:03.874 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T19:06:03.889 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T19:06:03.899 DEBUG:teuthology.orchestra.run.smithi067:> 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-21T19:06:03.901 DEBUG:teuthology.orchestra.run.smithi105:> 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-21T19:06:03.909 DEBUG:teuthology.orchestra.run.smithi137:> 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-21T19:06:03.910 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-09-21T19:06:03.920 DEBUG:teuthology.orchestra.run.smithi170:> 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-21T19:06:03.920 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2024-09-21T19:06:03.929 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-09-21T19:06:03.943 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-09-21T19:06:03.963 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:06:03.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:06:03.979 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:06:03.987 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:06:03.987 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:06:04.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:06:04.006 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T19:06:04.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T19:06:04.011 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T19:06:04.021 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T19:06:04.022 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi067 2024-09-21T19:06:04.022 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:06:04.051 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi105 2024-09-21T19:06:04.051 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:06:04.075 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi137 2024-09-21T19:06:04.075 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:06:04.098 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914114/remote/smithi170 2024-09-21T19:06:04.098 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T19:06:04.120 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T19:06:04.120 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:06:04.122 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:06:04.124 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:06:04.140 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T19:06:04.165 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T19:06:04.176 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T19:06:04.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T19:06:04.186 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T19:06:04.186 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:06:04.188 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:06:04.191 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:06:04.192 INFO:teuthology.orchestra.run.smithi067.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:06 /home/ubuntu/cephtest 2024-09-21T19:06:04.193 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T19:06:04.195 INFO:teuthology.orchestra.run.smithi105.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:06 /home/ubuntu/cephtest 2024-09-21T19:06:04.197 INFO:teuthology.orchestra.run.smithi137.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:06 /home/ubuntu/cephtest 2024-09-21T19:06:04.213 INFO:teuthology.orchestra.run.smithi170.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 19:06 /home/ubuntu/cephtest 2024-09-21T19:06:04.214 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T19:06:04.225 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T19:06:04.248 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_mgr_ctdb_res_dom} duration: 1606.8028540611267 owner: scheduled_adking@teuthology success: true 2024-09-21T19:06:04.248 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T19:06:04.319 INFO:teuthology.run:pass