2024-07-26T22:03:01.862 INFO:root:teuthology version: 0.0.1.dev379+g53ce146 2024-07-26T22:03:01.879 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T22:03:01.959 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390 branch: wip-yuri-testing-2024-07-26-0628 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7820390' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri-testing-2024-07-26-0628 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b workunit: branch: wip-yuri-testing-2024-07-26-0628 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b owner: scheduled_yuriw@teuthology priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7667 sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2024-07-26-0628 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNNFtIjs3exDnBOCAJl8ng9OfsqfYGd+lY1x/w5Ec1J9wgUAh9qLRUmvoSh4jBpw8cqPR61dHyeWRlffOIzwdoA= smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKkpvoXhQkEipBAFll8QvNuLarlmBRBSPEHVQvMdSW6+jFUlL/tF/Q+5FIm5FRJ8pjupeGcShpRb2GPMmZeZiMA= smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIIY9El5UkxF2HBbwg30TaOfevTh8z//HbPC6gIMl5DeE8HX9i4iHNyZpt+pQmQyMnVVdVyIaG+aIC/+uj8mm0g= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 53ce1462e129f6eb4071986336534c740fdebd31 timestamp: 2024-07-26_21:23:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.4074525 2024-07-26T22:03:01.959 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa; will attempt to use it 2024-07-26T22:03:01.960 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks 2024-07-26T22:03:01.960 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-07-26T22:03:01.962 INFO:teuthology.task.internal:Checking packages... 2024-07-26T22:03:01.984 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b' 2024-07-26T22:03:01.984 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-07-26T22:03:01.984 INFO:teuthology.packaging:ref: None 2024-07-26T22:03:01.985 INFO:teuthology.packaging:tag: None 2024-07-26T22:03:01.985 INFO:teuthology.packaging:branch: wip-yuri-testing-2024-07-26-0628 2024-07-26T22:03:01.985 INFO:teuthology.packaging:sha1: 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:03:01.985 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri-testing-2024-07-26-0628 2024-07-26T22:03:02.125 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:03:02.126 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-07-26T22:03:02.132 INFO:teuthology.task.internal:no buildpackages task found 2024-07-26T22:03:02.132 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-07-26T22:03:02.137 INFO:teuthology.task.internal:Saving configuration 2024-07-26T22:03:02.149 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-07-26T22:03:02.155 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-07-26T22:03:02.177 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390', '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-07-26 21:57:21.737025', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPOE7SW5YePgIH51AZUEwlrX+bQ2le38Lj61dfglY/T9'} 2024-07-26T22:03:02.201 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390', '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-07-26 21:57:21.735390', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPmCH28z8tmbP7EPx5Uo6PUDIZpNjrTXDf6wYZ2rFHE2'} 2024-07-26T22:03:02.221 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390', '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-07-26 21:57:21.738901', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6/mbVjBuPNk2j1KtomcGoTZJ5XuVfO7aaKQmmMTJC4'} 2024-07-26T22:03:02.221 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-07-26T22:03:02.228 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-07-26T22:03:02.228 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-07-26T22:03:02.228 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-07-26T22:03:02.228 INFO:teuthology.run_tasks:Running task console_log... 2024-07-26T22:03:02.313 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f20ad07bbe0>, signals=[15]) 2024-07-26T22:03:02.313 INFO:teuthology.run_tasks:Running task internal.connect... 2024-07-26T22:03:02.320 INFO:teuthology.task.internal:Opening connections... 2024-07-26T22:03:02.320 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2024-07-26T22:03:02.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:03:02.404 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-07-26T22:03:02.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:03:02.482 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-07-26T22:03:02.483 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:03:02.562 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-07-26T22:03:02.569 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2024-07-26T22:03:02.575 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2024-07-26T22:03:02.575 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2024-07-26T22:03:02.624 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-07-26T22:03:02.624 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="Ubuntu" 2024-07-26T22:03:02.624 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="22.04" 2024-07-26T22:03:02.624 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-07-26T22:03:02.624 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_CODENAME=jammy 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:ID=ubuntu 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE=debian 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://www.ubuntu.com/" 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-07-26T22:03:02.625 INFO:teuthology.orchestra.run.smithi006.stdout:UBUNTU_CODENAME=jammy 2024-07-26T22:03:02.626 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2024-07-26T22:03:02.654 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-07-26T22:03:02.660 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-07-26T22:03:02.660 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-07-26T22:03:02.706 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-07-26T22:03:02.706 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Ubuntu" 2024-07-26T22:03:02.706 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="22.04" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_CODENAME=jammy 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:ID=ubuntu 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE=debian 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.ubuntu.com/" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-07-26T22:03:02.707 INFO:teuthology.orchestra.run.smithi026.stdout:UBUNTU_CODENAME=jammy 2024-07-26T22:03:02.707 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-07-26T22:03:02.737 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-07-26T22:03:02.743 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-07-26T22:03:02.743 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-07-26T22:03:02.792 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-07-26T22:03:02.792 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="Ubuntu" 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="22.04" 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_CODENAME=jammy 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:ID=ubuntu 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE=debian 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://www.ubuntu.com/" 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-07-26T22:03:02.793 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-07-26T22:03:02.794 INFO:teuthology.orchestra.run.smithi062.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-07-26T22:03:02.794 INFO:teuthology.orchestra.run.smithi062.stdout:UBUNTU_CODENAME=jammy 2024-07-26T22:03:02.794 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-07-26T22:03:02.820 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-07-26T22:03:02.829 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-07-26T22:03:02.838 INFO:teuthology.task.internal:Checking for old test directory... 2024-07-26T22:03:02.838 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:03:02.840 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:03:02.844 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-07-26T22:03:02.850 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-07-26T22:03:02.864 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-07-26T22:03:02.864 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:03:02.889 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:03:02.892 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-07-26T22:03:02.907 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-07-26T22:03:02.982 INFO:teuthology.run_tasks:Running task kernel... 2024-07-26T22:03:02.998 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-07-26T22:03:02.998 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-07-26T22:03:02.999 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:03:02.999 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:03:03.000 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-07-26T22:03:03.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:03:03.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:03:03.005 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-07-26T22:03:03.006 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-07-26T22:03:03.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:03:03.007 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-07-26T22:03:03.053 INFO:teuthology.orchestra.run.smithi006.stdout:5.15.0-56-generic 2024-07-26T22:03:03.053 INFO:teuthology.task.kernel:Running kernel on smithi006: 5.15.0-56-generic 2024-07-26T22:03:03.053 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-get clean 2024-07-26T22:03:03.054 INFO:teuthology.orchestra.run.smithi062.stdout:5.15.0-56-generic 2024-07-26T22:03:03.054 INFO:teuthology.task.kernel:Running kernel on smithi062: 5.15.0-56-generic 2024-07-26T22:03:03.055 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-get clean 2024-07-26T22:03:03.056 INFO:teuthology.orchestra.run.smithi026.stdout:5.15.0-56-generic 2024-07-26T22:03:03.056 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.15.0-56-generic 2024-07-26T22:03:03.056 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-07-26T22:03:03.178 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-get update 2024-07-26T22:03:03.180 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-get update 2024-07-26T22:03:03.202 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-07-26T22:03:03.314 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:03:03.332 INFO:teuthology.orchestra.run.smithi062.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-07-26T22:03:03.337 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:03:03.340 INFO:teuthology.orchestra.run.smithi006.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-26T22:03:03.345 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-07-26T22:03:03.345 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-26T22:03:03.398 INFO:teuthology.orchestra.run.smithi062.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-07-26T22:03:03.413 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-07-26T22:03:03.440 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:03:03.452 INFO:teuthology.orchestra.run.smithi062.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-07-26T22:03:03.522 INFO:teuthology.orchestra.run.smithi006.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-07-26T22:03:03.539 INFO:teuthology.orchestra.run.smithi006.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,673 kB] 2024-07-26T22:03:03.542 INFO:teuthology.orchestra.run.smithi062.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [672 kB] 2024-07-26T22:03:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [513 kB] 2024-07-26T22:03:03.610 INFO:teuthology.orchestra.run.smithi062.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,888 kB] 2024-07-26T22:03:03.638 INFO:teuthology.orchestra.run.smithi006.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [513 kB] 2024-07-26T22:03:03.642 INFO:teuthology.orchestra.run.smithi006.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [279 kB] 2024-07-26T22:03:03.645 INFO:teuthology.orchestra.run.smithi062.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [337 kB] 2024-07-26T22:03:03.645 INFO:teuthology.orchestra.run.smithi006.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.0 kB] 2024-07-26T22:03:03.645 INFO:teuthology.orchestra.run.smithi006.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,171 kB] 2024-07-26T22:03:03.647 INFO:teuthology.orchestra.run.smithi062.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-07-26T22:03:03.653 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,673 kB] 2024-07-26T22:03:03.658 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,888 kB] 2024-07-26T22:03:03.658 INFO:teuthology.orchestra.run.smithi062.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,238 kB] 2024-07-26T22:03:03.664 INFO:teuthology.orchestra.run.smithi006.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-07-26T22:03:03.665 INFO:teuthology.orchestra.run.smithi006.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [372 kB] 2024-07-26T22:03:03.669 INFO:teuthology.orchestra.run.smithi006.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-07-26T22:03:03.669 INFO:teuthology.orchestra.run.smithi006.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [886 kB] 2024-07-26T22:03:03.676 INFO:teuthology.orchestra.run.smithi006.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [619 kB] 2024-07-26T22:03:03.681 INFO:teuthology.orchestra.run.smithi006.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-26T22:03:03.682 INFO:teuthology.orchestra.run.smithi006.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [18.9 kB] 2024-07-26T22:03:03.683 INFO:teuthology.orchestra.run.smithi006.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-07-26T22:03:03.683 INFO:teuthology.orchestra.run.smithi006.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-07-26T22:03:03.690 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [279 kB] 2024-07-26T22:03:03.692 INFO:teuthology.orchestra.run.smithi062.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-07-26T22:03:03.692 INFO:teuthology.orchestra.run.smithi062.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [384 kB] 2024-07-26T22:03:03.693 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.0 kB] 2024-07-26T22:03:03.694 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,171 kB] 2024-07-26T22:03:03.697 INFO:teuthology.orchestra.run.smithi062.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-07-26T22:03:03.698 INFO:teuthology.orchestra.run.smithi062.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,108 kB] 2024-07-26T22:03:03.709 INFO:teuthology.orchestra.run.smithi062.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [723 kB] 2024-07-26T22:03:03.715 INFO:teuthology.orchestra.run.smithi062.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [258 kB] 2024-07-26T22:03:03.717 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-07-26T22:03:03.717 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [372 kB] 2024-07-26T22:03:03.718 INFO:teuthology.orchestra.run.smithi062.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.4 kB] 2024-07-26T22:03:03.718 INFO:teuthology.orchestra.run.smithi062.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-07-26T22:03:03.720 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-07-26T22:03:03.721 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [886 kB] 2024-07-26T22:03:03.736 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [619 kB] 2024-07-26T22:03:03.737 INFO:teuthology.orchestra.run.smithi062.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-07-26T22:03:03.738 INFO:teuthology.orchestra.run.smithi062.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-07-26T22:03:03.738 INFO:teuthology.orchestra.run.smithi062.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-07-26T22:03:03.738 INFO:teuthology.orchestra.run.smithi062.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-07-26T22:03:03.739 INFO:teuthology.orchestra.run.smithi062.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-07-26T22:03:03.740 INFO:teuthology.orchestra.run.smithi062.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-07-26T22:03:03.740 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-26T22:03:03.741 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [18.9 kB] 2024-07-26T22:03:03.741 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [672 kB] 2024-07-26T22:03:03.741 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-07-26T22:03:03.745 INFO:teuthology.orchestra.run.smithi062.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-07-26T22:03:03.746 INFO:teuthology.orchestra.run.smithi062.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-07-26T22:03:03.761 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [337 kB] 2024-07-26T22:03:03.761 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-07-26T22:03:03.761 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-07-26T22:03:03.761 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-07-26T22:03:03.763 INFO:teuthology.orchestra.run.smithi062.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-07-26T22:03:03.763 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-07-26T22:03:03.763 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,238 kB] 2024-07-26T22:03:03.764 INFO:teuthology.orchestra.run.smithi062.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-07-26T22:03:03.764 INFO:teuthology.orchestra.run.smithi062.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-07-26T22:03:03.778 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-07-26T22:03:03.778 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [384 kB] 2024-07-26T22:03:03.781 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-07-26T22:03:03.781 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,108 kB] 2024-07-26T22:03:03.790 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [723 kB] 2024-07-26T22:03:03.797 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [258 kB] 2024-07-26T22:03:03.800 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.4 kB] 2024-07-26T22:03:03.800 INFO:teuthology.orchestra.run.smithi026.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-07-26T22:03:03.801 INFO:teuthology.orchestra.run.smithi026.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-07-26T22:03:03.801 INFO:teuthology.orchestra.run.smithi026.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-07-26T22:03:03.802 INFO:teuthology.orchestra.run.smithi026.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-07-26T22:03:03.814 INFO:teuthology.orchestra.run.smithi026.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-07-26T22:03:03.815 INFO:teuthology.orchestra.run.smithi026.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-07-26T22:03:03.816 INFO:teuthology.orchestra.run.smithi026.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-07-26T22:03:03.819 INFO:teuthology.orchestra.run.smithi006.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-07-26T22:03:03.820 INFO:teuthology.orchestra.run.smithi006.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-07-26T22:03:03.831 INFO:teuthology.orchestra.run.smithi026.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-07-26T22:03:03.831 INFO:teuthology.orchestra.run.smithi026.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-07-26T22:03:03.832 INFO:teuthology.orchestra.run.smithi026.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-07-26T22:03:03.832 INFO:teuthology.orchestra.run.smithi026.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-07-26T22:03:03.832 INFO:teuthology.orchestra.run.smithi026.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-07-26T22:03:03.878 INFO:teuthology.orchestra.run.smithi006.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-07-26T22:03:03.900 INFO:teuthology.orchestra.run.smithi062.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [513 kB] 2024-07-26T22:03:04.018 INFO:teuthology.orchestra.run.smithi006.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [672 kB] 2024-07-26T22:03:04.180 INFO:teuthology.orchestra.run.smithi062.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,673 kB] 2024-07-26T22:03:04.209 INFO:teuthology.orchestra.run.smithi006.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,888 kB] 2024-07-26T22:03:04.351 INFO:teuthology.orchestra.run.smithi062.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [279 kB] 2024-07-26T22:03:04.363 INFO:teuthology.orchestra.run.smithi062.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.0 kB] 2024-07-26T22:03:04.363 INFO:teuthology.orchestra.run.smithi062.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.3 kB] 2024-07-26T22:03:04.365 INFO:teuthology.orchestra.run.smithi006.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [337 kB] 2024-07-26T22:03:04.365 INFO:teuthology.orchestra.run.smithi062.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,171 kB] 2024-07-26T22:03:04.379 INFO:teuthology.orchestra.run.smithi006.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.7 kB] 2024-07-26T22:03:04.380 INFO:teuthology.orchestra.run.smithi006.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,238 kB] 2024-07-26T22:03:04.445 INFO:teuthology.orchestra.run.smithi006.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.9 kB] 2024-07-26T22:03:04.446 INFO:teuthology.orchestra.run.smithi006.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [384 kB] 2024-07-26T22:03:04.448 INFO:teuthology.orchestra.run.smithi062.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [372 kB] 2024-07-26T22:03:04.454 INFO:teuthology.orchestra.run.smithi006.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [604 B] 2024-07-26T22:03:04.454 INFO:teuthology.orchestra.run.smithi006.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,108 kB] 2024-07-26T22:03:04.458 INFO:teuthology.orchestra.run.smithi062.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [572 B] 2024-07-26T22:03:04.458 INFO:teuthology.orchestra.run.smithi062.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [886 kB] 2024-07-26T22:03:04.475 INFO:teuthology.orchestra.run.smithi062.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [619 kB] 2024-07-26T22:03:04.492 INFO:teuthology.orchestra.run.smithi006.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [723 kB] 2024-07-26T22:03:04.501 INFO:teuthology.orchestra.run.smithi062.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-07-26T22:03:04.504 INFO:teuthology.orchestra.run.smithi062.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [18.9 kB] 2024-07-26T22:03:04.505 INFO:teuthology.orchestra.run.smithi006.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [258 kB] 2024-07-26T22:03:04.511 INFO:teuthology.orchestra.run.smithi006.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [25.4 kB] 2024-07-26T22:03:04.514 INFO:teuthology.orchestra.run.smithi062.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-07-26T22:03:04.516 INFO:teuthology.orchestra.run.smithi062.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-07-26T22:03:04.516 INFO:teuthology.orchestra.run.smithi062.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-07-26T22:03:04.530 INFO:teuthology.orchestra.run.smithi006.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-07-26T22:03:04.531 INFO:teuthology.orchestra.run.smithi006.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,744 B] 2024-07-26T22:03:04.531 INFO:teuthology.orchestra.run.smithi006.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-07-26T22:03:04.532 INFO:teuthology.orchestra.run.smithi006.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-07-26T22:03:04.594 INFO:teuthology.orchestra.run.smithi006.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-07-26T22:03:04.596 INFO:teuthology.orchestra.run.smithi062.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-07-26T22:03:04.596 INFO:teuthology.orchestra.run.smithi006.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-07-26T22:03:04.597 INFO:teuthology.orchestra.run.smithi006.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-07-26T22:03:04.598 INFO:teuthology.orchestra.run.smithi006.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-07-26T22:03:04.598 INFO:teuthology.orchestra.run.smithi006.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-07-26T22:03:04.611 INFO:teuthology.orchestra.run.smithi006.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-07-26T22:03:04.693 INFO:teuthology.orchestra.run.smithi006.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-07-26T22:03:04.694 INFO:teuthology.orchestra.run.smithi006.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-07-26T22:03:10.156 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 15.1 MB in 2s (7,200 kB/s) 2024-07-26T22:03:10.302 INFO:teuthology.orchestra.run.smithi062.stdout:Fetched 15.1 MB in 2s (7,276 kB/s) 2024-07-26T22:03:10.664 INFO:teuthology.orchestra.run.smithi006.stdout:Fetched 15.1 MB in 2s (7,144 kB/s) 2024-07-26T22:03:11.592 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:03:11.610 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:03:11.673 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:03:11.817 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:03:11.838 DEBUG:teuthology.orchestra.run.smithi062:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:03:11.866 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-07-26T22:03:11.866 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-07-26T22:03:11.905 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:03:12.037 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:03:12.037 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:03:12.037 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:03:12.038 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:03:12.038 INFO:teuthology.orchestra.run.smithi026.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-07-26T22:03:12.038 INFO:teuthology.orchestra.run.smithi026.stdout: python2.7-minimal 2024-07-26T22:03:12.038 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:03:12.039 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2024-07-26T22:03:12.039 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.039 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-generic linux-image-5.15.0-117-generic 2024-07-26T22:03:12.039 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-5.15.0-117-generic linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.041 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2024-07-26T22:03:12.041 INFO:teuthology.orchestra.run.smithi026.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-07-26T22:03:12.041 INFO:teuthology.orchestra.run.smithi026.stdout:Recommended packages: 2024-07-26T22:03:12.041 INFO:teuthology.orchestra.run.smithi026.stdout: thermald 2024-07-26T22:03:12.093 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2024-07-26T22:03:12.093 INFO:teuthology.orchestra.run.smithi026.stdout: linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.093 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.15.0-117-generic linux-modules-5.15.0-117-generic 2024-07-26T22:03:12.093 INFO:teuthology.orchestra.run.smithi026.stdout: linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.095 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages will be upgraded: 2024-07-26T22:03:12.095 INFO:teuthology.orchestra.run.smithi026.stdout: linux-generic linux-headers-generic linux-image-generic 2024-07-26T22:03:12.097 INFO:teuthology.orchestra.run.smithi062.stdout:Building dependency tree... 2024-07-26T22:03:12.097 INFO:teuthology.orchestra.run.smithi062.stdout:Reading state information... 2024-07-26T22:03:12.146 INFO:teuthology.orchestra.run.smithi026.stdout:3 upgraded, 5 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:03:12.146 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 113 MB of archives. 2024-07-26T22:03:12.146 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 583 MB of additional disk space will be used. 2024-07-26T22:03:12.146 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-117-generic amd64 5.15.0-117.127 [22.6 MB] 2024-07-26T22:03:12.174 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:03:12.193 DEBUG:teuthology.orchestra.run.smithi006:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:03:12.260 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:03:12.266 INFO:teuthology.orchestra.run.smithi062.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:03:12.266 INFO:teuthology.orchestra.run.smithi062.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:03:12.266 INFO:teuthology.orchestra.run.smithi062.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:03:12.267 INFO:teuthology.orchestra.run.smithi062.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:03:12.267 INFO:teuthology.orchestra.run.smithi062.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-07-26T22:03:12.267 INFO:teuthology.orchestra.run.smithi062.stdout: python2.7-minimal 2024-07-26T22:03:12.267 INFO:teuthology.orchestra.run.smithi062.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:03:12.268 INFO:teuthology.orchestra.run.smithi062.stdout:The following additional packages will be installed: 2024-07-26T22:03:12.268 INFO:teuthology.orchestra.run.smithi062.stdout: linux-generic linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: linux-headers-generic linux-image-5.15.0-117-generic 2024-07-26T22:03:12.269 INFO:teuthology.orchestra.run.smithi062.stdout: linux-modules-5.15.0-117-generic linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.270 INFO:teuthology.orchestra.run.smithi062.stdout:Suggested packages: 2024-07-26T22:03:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-07-26T22:03:12.270 INFO:teuthology.orchestra.run.smithi062.stdout:Recommended packages: 2024-07-26T22:03:12.270 INFO:teuthology.orchestra.run.smithi062.stdout: thermald 2024-07-26T22:03:12.320 INFO:teuthology.orchestra.run.smithi062.stdout:The following NEW packages will be installed: 2024-07-26T22:03:12.320 INFO:teuthology.orchestra.run.smithi062.stdout: linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.320 INFO:teuthology.orchestra.run.smithi062.stdout: linux-image-5.15.0-117-generic linux-modules-5.15.0-117-generic 2024-07-26T22:03:12.320 INFO:teuthology.orchestra.run.smithi062.stdout: linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.322 INFO:teuthology.orchestra.run.smithi062.stdout:The following packages will be upgraded: 2024-07-26T22:03:12.322 INFO:teuthology.orchestra.run.smithi062.stdout: linux-generic linux-headers-generic linux-image-generic 2024-07-26T22:03:12.480 INFO:teuthology.orchestra.run.smithi006.stdout:Building dependency tree... 2024-07-26T22:03:12.481 INFO:teuthology.orchestra.run.smithi006.stdout:Reading state information... 2024-07-26T22:03:12.501 INFO:teuthology.orchestra.run.smithi062.stdout:3 upgraded, 5 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:03:12.502 INFO:teuthology.orchestra.run.smithi062.stdout:Need to get 113 MB of archives. 2024-07-26T22:03:12.502 INFO:teuthology.orchestra.run.smithi062.stdout:After this operation, 583 MB of additional disk space will be used. 2024-07-26T22:03:12.502 INFO:teuthology.orchestra.run.smithi062.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-117-generic amd64 5.15.0-117.127 [22.6 MB] 2024-07-26T22:03:12.590 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-117-generic amd64 5.15.0-117.127 [11.5 MB] 2024-07-26T22:03:12.674 INFO:teuthology.orchestra.run.smithi006.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:03:12.674 INFO:teuthology.orchestra.run.smithi006.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:03:12.674 INFO:teuthology.orchestra.run.smithi006.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:03:12.675 INFO:teuthology.orchestra.run.smithi006.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:03:12.675 INFO:teuthology.orchestra.run.smithi006.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-07-26T22:03:12.675 INFO:teuthology.orchestra.run.smithi006.stdout: python2.7-minimal 2024-07-26T22:03:12.675 INFO:teuthology.orchestra.run.smithi006.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:03:12.676 INFO:teuthology.orchestra.run.smithi006.stdout:The following additional packages will be installed: 2024-07-26T22:03:12.676 INFO:teuthology.orchestra.run.smithi006.stdout: linux-generic linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.676 INFO:teuthology.orchestra.run.smithi006.stdout: linux-headers-generic linux-image-5.15.0-117-generic 2024-07-26T22:03:12.677 INFO:teuthology.orchestra.run.smithi006.stdout: linux-modules-5.15.0-117-generic linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.678 INFO:teuthology.orchestra.run.smithi006.stdout:Suggested packages: 2024-07-26T22:03:12.678 INFO:teuthology.orchestra.run.smithi006.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-07-26T22:03:12.678 INFO:teuthology.orchestra.run.smithi006.stdout:Recommended packages: 2024-07-26T22:03:12.678 INFO:teuthology.orchestra.run.smithi006.stdout: thermald 2024-07-26T22:03:12.701 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-117-generic amd64 5.15.0-117.127 [64.0 MB] 2024-07-26T22:03:12.726 INFO:teuthology.orchestra.run.smithi006.stdout:The following NEW packages will be installed: 2024-07-26T22:03:12.726 INFO:teuthology.orchestra.run.smithi006.stdout: linux-headers-5.15.0-117 linux-headers-5.15.0-117-generic 2024-07-26T22:03:12.726 INFO:teuthology.orchestra.run.smithi006.stdout: linux-image-5.15.0-117-generic linux-modules-5.15.0-117-generic 2024-07-26T22:03:12.726 INFO:teuthology.orchestra.run.smithi006.stdout: linux-modules-extra-5.15.0-117-generic 2024-07-26T22:03:12.728 INFO:teuthology.orchestra.run.smithi006.stdout:The following packages will be upgraded: 2024-07-26T22:03:12.728 INFO:teuthology.orchestra.run.smithi006.stdout: linux-generic linux-headers-generic linux-image-generic 2024-07-26T22:03:12.909 INFO:teuthology.orchestra.run.smithi006.stdout:3 upgraded, 5 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:03:12.909 INFO:teuthology.orchestra.run.smithi006.stdout:Need to get 113 MB of archives. 2024-07-26T22:03:12.909 INFO:teuthology.orchestra.run.smithi006.stdout:After this operation, 583 MB of additional disk space will be used. 2024-07-26T22:03:12.909 INFO:teuthology.orchestra.run.smithi006.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-117-generic amd64 5.15.0-117.127 [22.6 MB] 2024-07-26T22:03:13.525 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.117.117 [1,694 B] 2024-07-26T22:03:13.525 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.117.117 [2,504 B] 2024-07-26T22:03:13.525 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117 all 5.15.0-117.127 [12.3 MB] 2024-07-26T22:03:13.654 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117-generic amd64 5.15.0-117.127 [2,880 kB] 2024-07-26T22:03:13.677 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.117.117 [2,358 B] 2024-07-26T22:03:13.865 INFO:teuthology.orchestra.run.smithi062.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-117-generic amd64 5.15.0-117.127 [11.5 MB] 2024-07-26T22:03:14.071 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 113 MB in 2s (72.0 MB/s) 2024-07-26T22:03:14.219 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-5.15.0-117-generic. 2024-07-26T22:03:14.273 INFO:teuthology.orchestra.run.smithi062.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-117-generic amd64 5.15.0-117.127 [64.0 MB] 2024-07-26T22:03:14.306 INFO:teuthology.orchestra.run.smithi006.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-117-generic amd64 5.15.0-117.127 [11.5 MB] 2024-07-26T22:03:14.663 INFO:teuthology.orchestra.run.smithi006.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-117-generic amd64 5.15.0-117.127 [64.0 MB] 2024-07-26T22:03:16.175 INFO:teuthology.orchestra.run.smithi026.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-07-26T22:03:16.179 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../0-linux-modules-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:16.258 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:16.505 INFO:teuthology.orchestra.run.smithi062.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.117.117 [1,694 B] 2024-07-26T22:03:16.505 INFO:teuthology.orchestra.run.smithi062.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.117.117 [2,504 B] 2024-07-26T22:03:16.506 INFO:teuthology.orchestra.run.smithi062.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117 all 5.15.0-117.127 [12.3 MB] 2024-07-26T22:03:16.884 INFO:teuthology.orchestra.run.smithi006.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.117.117 [1,694 B] 2024-07-26T22:03:16.884 INFO:teuthology.orchestra.run.smithi006.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.117.117 [2,504 B] 2024-07-26T22:03:16.884 INFO:teuthology.orchestra.run.smithi006.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117 all 5.15.0-117.127 [12.3 MB] 2024-07-26T22:03:17.241 INFO:teuthology.orchestra.run.smithi006.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117-generic amd64 5.15.0-117.127 [2,880 kB] 2024-07-26T22:03:17.252 INFO:teuthology.orchestra.run.smithi062.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-117-generic amd64 5.15.0-117.127 [2,880 kB] 2024-07-26T22:03:17.324 INFO:teuthology.orchestra.run.smithi006.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.117.117 [2,358 B] 2024-07-26T22:03:17.374 INFO:teuthology.orchestra.run.smithi062.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.117.117 [2,358 B] 2024-07-26T22:03:17.743 INFO:teuthology.orchestra.run.smithi006.stdout:Fetched 113 MB in 5s (24.7 MB/s) 2024-07-26T22:03:17.802 INFO:teuthology.orchestra.run.smithi062.stdout:Fetched 113 MB in 5s (22.5 MB/s) 2024-07-26T22:03:17.901 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package linux-modules-5.15.0-117-generic. 2024-07-26T22:03:17.969 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package linux-modules-5.15.0-117-generic. 2024-07-26T22:03:18.209 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-image-5.15.0-117-generic. 2024-07-26T22:03:18.230 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../1-linux-image-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:18.323 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:18.729 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-117-generic. 2024-07-26T22:03:18.750 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:18.779 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:19.870 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:03:19.874 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../0-linux-modules-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:19.940 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:20.214 INFO:teuthology.orchestra.run.smithi062.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-07-26T22:03:20.220 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../0-linux-modules-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:20.383 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:22.075 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package linux-image-5.15.0-117-generic. 2024-07-26T22:03:22.097 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../1-linux-image-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:22.196 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:22.494 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package linux-image-5.15.0-117-generic. 2024-07-26T22:03:22.515 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../1-linux-image-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:22.611 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:22.662 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-117-generic. 2024-07-26T22:03:22.687 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:22.719 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:23.094 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-117-generic. 2024-07-26T22:03:23.115 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:23.345 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:25.047 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../3-linux-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:25.172 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:25.471 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:25.566 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-image-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:25.870 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-5.15.0-117. 2024-07-26T22:03:25.892 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../5-linux-headers-5.15.0-117_5.15.0-117.127_all.deb ... 2024-07-26T22:03:25.936 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:29.432 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../3-linux-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:29.531 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:29.873 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:29.976 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../3-linux-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:30.001 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-image-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:30.109 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:30.287 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package linux-headers-5.15.0-117. 2024-07-26T22:03:30.298 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../5-linux-headers-5.15.0-117_5.15.0-117.127_all.deb ... 2024-07-26T22:03:30.329 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:30.426 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:30.538 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-image-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:30.866 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package linux-headers-5.15.0-117. 2024-07-26T22:03:30.888 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../5-linux-headers-5.15.0-117_5.15.0-117.127_all.deb ... 2024-07-26T22:03:30.932 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:31.854 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package linux-headers-5.15.0-117-generic. 2024-07-26T22:03:31.892 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../6-linux-headers-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:31.929 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:34.560 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:34.682 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking linux-headers-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:35.008 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:35.153 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:35.254 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-headers-generic (5.15.0.117.117) ... 2024-07-26T22:03:35.386 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:35.794 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package linux-headers-5.15.0-117-generic. 2024-07-26T22:03:35.831 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../6-linux-headers-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:35.868 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:36.641 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package linux-headers-5.15.0-117-generic. 2024-07-26T22:03:36.678 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../6-linux-headers-5.15.0-117-generic_5.15.0-117.127_amd64.deb ... 2024-07-26T22:03:36.740 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:36.748 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:03:36.748 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-07-26T22:03:36.748 INFO:teuthology.orchestra.run.smithi026.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:03:36.749 INFO:teuthology.orchestra.run.smithi026.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:36.910 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:38.345 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-image-generic (5.15.0.117.117) ... 2024-07-26T22:03:38.445 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-generic (5.15.0.117.117) ... 2024-07-26T22:03:38.546 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:39.739 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:39.872 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking linux-headers-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:40.007 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:40.070 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-07-26T22:03:40.070 INFO:teuthology.orchestra.run.smithi026.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:40.214 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:40.343 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:40.469 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-headers-generic (5.15.0.117.117) ... 2024-07-26T22:03:40.598 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:41.204 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.117.117_amd64.deb ... 2024-07-26T22:03:41.328 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking linux-headers-generic (5.15.0.117.117) over (5.15.0.56.54) ... 2024-07-26T22:03:41.712 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-headers-5.15.0-117 (5.15.0-117.127) ... 2024-07-26T22:03:41.825 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-headers-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:41.947 INFO:teuthology.orchestra.run.smithi006.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:03:41.947 INFO:teuthology.orchestra.run.smithi006.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-07-26T22:03:41.947 INFO:teuthology.orchestra.run.smithi006.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:03:41.947 INFO:teuthology.orchestra.run.smithi006.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:41.984 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-headers-generic (5.15.0.117.117) ... 2024-07-26T22:03:42.100 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:42.122 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:43.490 INFO:teuthology.orchestra.run.smithi062.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:03:43.491 INFO:teuthology.orchestra.run.smithi062.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-07-26T22:03:43.491 INFO:teuthology.orchestra.run.smithi062.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:03:43.491 INFO:teuthology.orchestra.run.smithi062.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:43.551 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-image-generic (5.15.0.117.117) ... 2024-07-26T22:03:43.656 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-modules-extra-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:43.686 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-generic (5.15.0.117.117) ... 2024-07-26T22:03:43.811 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:45.091 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-image-generic (5.15.0.117.117) ... 2024-07-26T22:03:45.225 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-generic (5.15.0.117.117) ... 2024-07-26T22:03:45.530 INFO:teuthology.orchestra.run.smithi006.stdout:Processing triggers for linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:45.598 INFO:teuthology.orchestra.run.smithi006.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-07-26T22:03:45.598 INFO:teuthology.orchestra.run.smithi006.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:45.810 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up linux-modules-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:47.587 INFO:teuthology.orchestra.run.smithi062.stdout:Processing triggers for linux-image-5.15.0-117-generic (5.15.0-117.127) ... 2024-07-26T22:03:47.652 INFO:teuthology.orchestra.run.smithi062.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-07-26T22:03:47.652 INFO:teuthology.orchestra.run.smithi062.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:55.144 INFO:teuthology.orchestra.run.smithi026.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-07-26T22:03:55.144 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub' 2024-07-26T22:03:55.148 INFO:teuthology.orchestra.run.smithi026.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:03:55.164 INFO:teuthology.orchestra.run.smithi026.stdout:Generating grub configuration file ... 2024-07-26T22:03:55.496 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:03:55.516 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:03:55.855 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:03:55.862 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:03:55.935 INFO:teuthology.orchestra.run.smithi026.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:03:55.941 INFO:teuthology.orchestra.run.smithi026.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:03:56.112 INFO:teuthology.orchestra.run.smithi026.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:03:56.113 INFO:teuthology.orchestra.run.smithi026.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:03:56.113 INFO:teuthology.orchestra.run.smithi026.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:03:56.160 INFO:teuthology.orchestra.run.smithi026.stdout:done 2024-07-26T22:03:56.650 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 21 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.117.117 2024-07-26T22:03:56.714 INFO:teuthology.orchestra.run.smithi026.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:03:56.715 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:03:56.715 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-07-26T22:03:56.715 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-07-26T22:03:56.715 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:03:56.715 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-07-26T22:03:56.715 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-117-generic 2024-07-26T22:03:56.715 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:03:56.715 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:03:56.716 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-07-26T22:03:56.716 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:03:56.716 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get clean 2024-07-26T22:03:56.864 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-07-26T22:03:56.986 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:03:56.986 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:03:56.994 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:03:57.011 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:03:58.447 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:03:58.466 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:03:58.531 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:03:58.734 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-07-26T22:03:58.735 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-07-26T22:03:58.924 INFO:teuthology.orchestra.run.smithi026.stdout:linux-image-generic is already the newest version (5.15.0.117.117). 2024-07-26T22:03:58.924 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:03:58.924 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:03:58.925 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:03:58.925 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:03:58.925 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:03:58.926 INFO:teuthology.orchestra.run.smithi026.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:03:58.926 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:03:58.970 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 0 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:03:58.973 DEBUG:teuthology.orchestra.run.smithi026:> dpkg -s linux-image-generic 2024-07-26T22:03:58.989 INFO:teuthology.orchestra.run.smithi026.stdout:Package: linux-image-generic 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Status: install ok installed 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Priority: optional 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Section: kernel 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Installed-Size: 21 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: amd64 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Source: linux-meta 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Version: 5.15.0.117.117 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:03:58.990 INFO:teuthology.orchestra.run.smithi026.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:03:58.991 INFO:teuthology.orchestra.run.smithi026.stdout:Recommends: thermald 2024-07-26T22:03:58.991 INFO:teuthology.orchestra.run.smithi026.stdout:Description: Generic Linux kernel image 2024-07-26T22:03:58.991 INFO:teuthology.orchestra.run.smithi026.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:03:58.991 INFO:teuthology.orchestra.run.smithi026.stdout: available. 2024-07-26T22:03:58.991 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2024-07-26T22:03:59.038 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.YWxMVxX1i5 2024-07-26T22:03:59.039 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub/grub.cfg /tmp/tmp.YWxMVxX1i5 2024-07-26T22:03:59.096 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.YWxMVxX1i5 2024-07-26T22:03:59.215 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.YWxMVxX1i5 is 10KB 2024-07-26T22:03:59.228 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.YWxMVxX1i5 2024-07-26T22:03:59.234 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-07-26T22:03:59.290 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:03:59.290 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-07-26T22:03:59.290 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-07-26T22:03:59.358 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-117-generic 2024-07-26T22:03:59.359 DEBUG:teuthology.orchestra.run.smithi026:> sudo update-grub 2024-07-26T22:03:59.972 INFO:teuthology.orchestra.run.smithi006.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-07-26T22:03:59.972 INFO:teuthology.orchestra.run.smithi006.stdout:Sourcing file `/etc/default/grub' 2024-07-26T22:03:59.987 INFO:teuthology.orchestra.run.smithi006.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:04:00.014 INFO:teuthology.orchestra.run.smithi006.stdout:Generating grub configuration file ... 2024-07-26T22:04:00.358 INFO:teuthology.orchestra.run.smithi006.stdout:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:04:00.379 INFO:teuthology.orchestra.run.smithi006.stdout:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:04:00.532 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub' 2024-07-26T22:04:00.533 INFO:teuthology.orchestra.run.smithi026.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:04:00.535 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2024-07-26T22:04:00.778 INFO:teuthology.orchestra.run.smithi006.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:04:00.783 INFO:teuthology.orchestra.run.smithi006.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:04:00.786 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:04:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:04:00.855 INFO:teuthology.orchestra.run.smithi006.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:04:00.861 INFO:teuthology.orchestra.run.smithi006.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:04:01.017 INFO:teuthology.orchestra.run.smithi006.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:04:01.017 INFO:teuthology.orchestra.run.smithi006.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:04:01.017 INFO:teuthology.orchestra.run.smithi006.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:04:01.065 INFO:teuthology.orchestra.run.smithi006.stdout:done 2024-07-26T22:04:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:04:01.094 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:04:01.142 INFO:teuthology.orchestra.run.smithi026.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:04:01.148 INFO:teuthology.orchestra.run.smithi026.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:04:01.269 INFO:teuthology.orchestra.run.smithi026.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:04:01.269 INFO:teuthology.orchestra.run.smithi026.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:04:01.269 INFO:teuthology.orchestra.run.smithi026.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:04:01.280 INFO:teuthology.orchestra.run.smithi026.stderr:done 2024-07-26T22:04:01.293 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2024-07-26T22:04:01.501 DEBUG:teuthology.orchestra.run.smithi006:> dpkg -s linux-image-generic 2024-07-26T22:04:01.522 INFO:teuthology.orchestra.run.smithi006.stdout:Package: linux-image-generic 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Status: install ok installed 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Priority: optional 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Section: kernel 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Installed-Size: 21 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: amd64 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Source: linux-meta 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Version: 5.15.0.117.117 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:04:01.523 INFO:teuthology.orchestra.run.smithi006.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:04:01.524 INFO:teuthology.orchestra.run.smithi006.stdout:Recommends: thermald 2024-07-26T22:04:01.524 INFO:teuthology.orchestra.run.smithi006.stdout:Description: Generic Linux kernel image 2024-07-26T22:04:01.524 INFO:teuthology.orchestra.run.smithi006.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:04:01.524 INFO:teuthology.orchestra.run.smithi006.stdout: available. 2024-07-26T22:04:01.524 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-117-generic 2024-07-26T22:04:01.524 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:04:01.524 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:04:01.524 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-07-26T22:04:01.524 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi006.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:04:01.525 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-get clean 2024-07-26T22:04:01.716 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-get update 2024-07-26T22:04:01.826 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:04:01.949 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:04:02.030 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:04:02.112 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:04:02.998 INFO:teuthology.orchestra.run.smithi062.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-07-26T22:04:02.998 INFO:teuthology.orchestra.run.smithi062.stdout:Sourcing file `/etc/default/grub' 2024-07-26T22:04:03.032 INFO:teuthology.orchestra.run.smithi062.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:04:03.050 INFO:teuthology.orchestra.run.smithi062.stdout:Generating grub configuration file ... 2024-07-26T22:04:03.307 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:04:03.327 DEBUG:teuthology.orchestra.run.smithi006:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:04:03.351 INFO:teuthology.orchestra.run.smithi062.stdout:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:04:03.371 INFO:teuthology.orchestra.run.smithi062.stdout:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:04:03.389 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:04:03.600 INFO:teuthology.orchestra.run.smithi006.stdout:Building dependency tree... 2024-07-26T22:04:03.600 INFO:teuthology.orchestra.run.smithi006.stdout:Reading state information... 2024-07-26T22:04:03.731 INFO:teuthology.orchestra.run.smithi062.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:04:03.737 INFO:teuthology.orchestra.run.smithi062.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:04:03.795 INFO:teuthology.orchestra.run.smithi006.stdout:linux-image-generic is already the newest version (5.15.0.117.117). 2024-07-26T22:04:03.795 INFO:teuthology.orchestra.run.smithi006.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:04:03.795 INFO:teuthology.orchestra.run.smithi006.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:04:03.795 INFO:teuthology.orchestra.run.smithi006.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:04:03.795 INFO:teuthology.orchestra.run.smithi006.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:04:03.796 INFO:teuthology.orchestra.run.smithi006.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:04:03.796 INFO:teuthology.orchestra.run.smithi006.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:04:03.796 INFO:teuthology.orchestra.run.smithi006.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:04:03.804 INFO:teuthology.orchestra.run.smithi062.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:04:03.810 INFO:teuthology.orchestra.run.smithi062.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:04:03.838 INFO:teuthology.orchestra.run.smithi006.stdout:0 upgraded, 0 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:04:03.840 DEBUG:teuthology.orchestra.run.smithi006:> dpkg -s linux-image-generic 2024-07-26T22:04:03.857 INFO:teuthology.orchestra.run.smithi006.stdout:Package: linux-image-generic 2024-07-26T22:04:03.857 INFO:teuthology.orchestra.run.smithi006.stdout:Status: install ok installed 2024-07-26T22:04:03.857 INFO:teuthology.orchestra.run.smithi006.stdout:Priority: optional 2024-07-26T22:04:03.858 INFO:teuthology.orchestra.run.smithi006.stdout:Section: kernel 2024-07-26T22:04:03.858 INFO:teuthology.orchestra.run.smithi006.stdout:Installed-Size: 21 2024-07-26T22:04:03.858 INFO:teuthology.orchestra.run.smithi006.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:04:03.858 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: amd64 2024-07-26T22:04:03.858 INFO:teuthology.orchestra.run.smithi006.stdout:Source: linux-meta 2024-07-26T22:04:03.863 INFO:teuthology.orchestra.run.smithi006.stdout:Version: 5.15.0.117.117 2024-07-26T22:04:03.863 INFO:teuthology.orchestra.run.smithi006.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:04:03.864 INFO:teuthology.orchestra.run.smithi006.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:04:03.864 INFO:teuthology.orchestra.run.smithi006.stdout:Recommends: thermald 2024-07-26T22:04:03.864 INFO:teuthology.orchestra.run.smithi006.stdout:Description: Generic Linux kernel image 2024-07-26T22:04:03.864 INFO:teuthology.orchestra.run.smithi006.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:04:03.864 INFO:teuthology.orchestra.run.smithi006.stdout: available. 2024-07-26T22:04:03.865 DEBUG:teuthology.orchestra.run.smithi006:> mktemp 2024-07-26T22:04:03.904 INFO:teuthology.orchestra.run.smithi006.stdout:/tmp/tmp.aKJfrOnN7x 2024-07-26T22:04:03.905 DEBUG:teuthology.orchestra.run.smithi006:> sudo cp /boot/grub/grub.cfg /tmp/tmp.aKJfrOnN7x 2024-07-26T22:04:03.960 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0666 /tmp/tmp.aKJfrOnN7x 2024-07-26T22:04:03.994 INFO:teuthology.orchestra.run.smithi062.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:04:03.994 INFO:teuthology.orchestra.run.smithi062.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:04:03.994 INFO:teuthology.orchestra.run.smithi062.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:04:04.037 INFO:teuthology.orchestra.run.smithi062.stdout:done 2024-07-26T22:04:04.083 DEBUG:teuthology.orchestra.remote:smithi006:/tmp/tmp.aKJfrOnN7x is 10KB 2024-07-26T22:04:04.097 DEBUG:teuthology.orchestra.run.smithi006:> rm -fr /tmp/tmp.aKJfrOnN7x 2024-07-26T22:04:04.102 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-07-26T22:04:04.156 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:04:04.156 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-07-26T22:04:04.156 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-07-26T22:04:04.223 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-117-generic 2024-07-26T22:04:04.223 DEBUG:teuthology.orchestra.run.smithi006:> sudo update-grub 2024-07-26T22:04:04.571 DEBUG:teuthology.orchestra.run.smithi062:> dpkg -s linux-image-generic 2024-07-26T22:04:04.596 INFO:teuthology.orchestra.run.smithi062.stdout:Package: linux-image-generic 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Status: install ok installed 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Priority: optional 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Section: kernel 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Installed-Size: 21 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: amd64 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Source: linux-meta 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Version: 5.15.0.117.117 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:04:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:Recommends: thermald 2024-07-26T22:04:04.598 INFO:teuthology.orchestra.run.smithi062.stdout:Description: Generic Linux kernel image 2024-07-26T22:04:04.598 INFO:teuthology.orchestra.run.smithi062.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:04:04.598 INFO:teuthology.orchestra.run.smithi062.stdout: available. 2024-07-26T22:04:04.598 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-117-generic 2024-07-26T22:04:04.598 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-07-26T22:04:04.598 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-07-26T22:04:04.598 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-07-26T22:04:04.598 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2024-07-26T22:04:04.598 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-get clean 2024-07-26T22:04:04.773 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-get update 2024-07-26T22:04:04.896 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:04:04.897 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:04:04.906 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:04:04.923 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:04:05.527 INFO:teuthology.orchestra.run.smithi006.stderr:Sourcing file `/etc/default/grub' 2024-07-26T22:04:05.528 INFO:teuthology.orchestra.run.smithi006.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:04:05.537 INFO:teuthology.orchestra.run.smithi006.stderr:Generating grub configuration file ... 2024-07-26T22:04:05.737 INFO:teuthology.orchestra.run.smithi006.stderr:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:04:05.744 INFO:teuthology.orchestra.run.smithi006.stderr:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:04:06.056 INFO:teuthology.orchestra.run.smithi006.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:04:06.062 INFO:teuthology.orchestra.run.smithi006.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:04:06.112 INFO:teuthology.orchestra.run.smithi006.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:04:06.118 INFO:teuthology.orchestra.run.smithi006.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:04:06.268 INFO:teuthology.orchestra.run.smithi006.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:04:06.269 INFO:teuthology.orchestra.run.smithi006.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:04:06.269 INFO:teuthology.orchestra.run.smithi006.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:04:06.287 INFO:teuthology.orchestra.run.smithi006.stderr:done 2024-07-26T22:04:06.304 DEBUG:teuthology.orchestra.run.smithi006:> sudo shutdown -r now 2024-07-26T22:04:06.516 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:04:06.534 DEBUG:teuthology.orchestra.run.smithi062:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-07-26T22:04:06.589 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:04:06.784 INFO:teuthology.orchestra.run.smithi062.stdout:Building dependency tree... 2024-07-26T22:04:06.785 INFO:teuthology.orchestra.run.smithi062.stdout:Reading state information... 2024-07-26T22:04:06.961 INFO:teuthology.orchestra.run.smithi062.stdout:linux-image-generic is already the newest version (5.15.0.117.117). 2024-07-26T22:04:06.961 INFO:teuthology.orchestra.run.smithi062.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:04:06.961 INFO:teuthology.orchestra.run.smithi062.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:04:06.961 INFO:teuthology.orchestra.run.smithi062.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:04:06.961 INFO:teuthology.orchestra.run.smithi062.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:04:06.962 INFO:teuthology.orchestra.run.smithi062.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:04:06.962 INFO:teuthology.orchestra.run.smithi062.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:04:06.962 INFO:teuthology.orchestra.run.smithi062.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:04:07.004 INFO:teuthology.orchestra.run.smithi062.stdout:0 upgraded, 0 newly installed, 0 to remove and 330 not upgraded. 2024-07-26T22:04:07.006 DEBUG:teuthology.orchestra.run.smithi062:> dpkg -s linux-image-generic 2024-07-26T22:04:07.065 INFO:teuthology.orchestra.run.smithi062.stdout:Package: linux-image-generic 2024-07-26T22:04:07.065 INFO:teuthology.orchestra.run.smithi062.stdout:Status: install ok installed 2024-07-26T22:04:07.065 INFO:teuthology.orchestra.run.smithi062.stdout:Priority: optional 2024-07-26T22:04:07.066 INFO:teuthology.orchestra.run.smithi062.stdout:Section: kernel 2024-07-26T22:04:07.066 INFO:teuthology.orchestra.run.smithi062.stdout:Installed-Size: 21 2024-07-26T22:04:07.066 INFO:teuthology.orchestra.run.smithi062.stdout:Maintainer: Ubuntu Kernel Team 2024-07-26T22:04:07.066 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: amd64 2024-07-26T22:04:07.066 INFO:teuthology.orchestra.run.smithi062.stdout:Source: linux-meta 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.stdout:Version: 5.15.0.117.117 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.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-117), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.stdout:Depends: linux-image-5.15.0-117-generic, linux-modules-extra-5.15.0-117-generic, linux-firmware, intel-microcode, amd64-microcode 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.stdout:Recommends: thermald 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.stdout:Description: Generic Linux kernel image 2024-07-26T22:04:07.067 INFO:teuthology.orchestra.run.smithi062.stdout: This package will always depend on the latest generic kernel image 2024-07-26T22:04:07.068 INFO:teuthology.orchestra.run.smithi062.stdout: available. 2024-07-26T22:04:07.068 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2024-07-26T22:04:07.113 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.LQykwlC0Ly 2024-07-26T22:04:07.113 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LQykwlC0Ly 2024-07-26T22:04:07.174 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.LQykwlC0Ly 2024-07-26T22:04:07.300 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.LQykwlC0Ly is 10KB 2024-07-26T22:04:07.314 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.LQykwlC0Ly 2024-07-26T22:04:07.319 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-07-26T22:04:07.373 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:04:07.373 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-07-26T22:04:07.373 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-07-26T22:04:07.467 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-117-generic 2024-07-26T22:04:07.467 DEBUG:teuthology.orchestra.run.smithi062:> sudo update-grub 2024-07-26T22:04:08.821 INFO:teuthology.orchestra.run.smithi062.stderr:Sourcing file `/etc/default/grub' 2024-07-26T22:04:08.822 INFO:teuthology.orchestra.run.smithi062.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-07-26T22:04:08.825 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2024-07-26T22:04:09.027 INFO:teuthology.orchestra.run.smithi062.stderr:Found linux image: /boot/vmlinuz-5.15.0-117-generic 2024-07-26T22:04:09.033 INFO:teuthology.orchestra.run.smithi062.stderr:Found initrd image: /boot/initrd.img-5.15.0-117-generic 2024-07-26T22:04:09.281 INFO:teuthology.orchestra.run.smithi062.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-07-26T22:04:09.286 INFO:teuthology.orchestra.run.smithi062.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-07-26T22:04:09.328 INFO:teuthology.orchestra.run.smithi062.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-07-26T22:04:09.333 INFO:teuthology.orchestra.run.smithi062.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-07-26T22:04:09.485 INFO:teuthology.orchestra.run.smithi062.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-07-26T22:04:09.485 INFO:teuthology.orchestra.run.smithi062.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-07-26T22:04:09.485 INFO:teuthology.orchestra.run.smithi062.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-07-26T22:04:09.506 INFO:teuthology.orchestra.run.smithi062.stderr:done 2024-07-26T22:04:09.508 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2024-07-26T22:04:31.317 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-07-26T22:04:31.318 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:04:31.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:04:36.310 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-07-26T22:04:36.311 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:04:36.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:04:39.513 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-07-26T22:04:39.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:04:39.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:04:49.759 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2024-07-26T22:04:54.879 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.6 2024-07-26T22:04:58.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:04:58.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:05:03.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:05:03.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:05:14.079 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-07-26T22:05:23.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:05:23.088 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:05:41.475 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-07-26T22:05:53.487 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:05:53.489 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:05:53.865 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-07-26T22:05:54.928 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:05:54.928 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-117-generic"... 2024-07-26T22:05:54.928 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-07-26T22:05:54.977 INFO:teuthology.orchestra.run.smithi062.stdout:5.15.0-117-generic 2024-07-26T22:05:54.977 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-117-generic vs 5.15.0-117-generic 2024-07-26T22:05:54.978 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:05:54.978 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-07-26T22:05:55.979 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-07-26T22:05:55.979 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:05:56.246 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-07-26T22:05:56.288 DEBUG:teuthology.parallel:result is None 2024-07-26T22:05:58.766 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T22:06:03.888 DEBUG:teuthology.orchestra.remote:timed out 2024-07-26T22:06:10.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:06:10.768 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:06:11.036 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-07-26T22:06:11.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:06:11.549 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-117-generic"... 2024-07-26T22:06:11.549 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-07-26T22:06:11.597 INFO:teuthology.orchestra.run.smithi026.stdout:5.15.0-117-generic 2024-07-26T22:06:11.597 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-117-generic vs 5.15.0-117-generic 2024-07-26T22:06:11.597 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:06:11.597 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-07-26T22:06:12.598 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-07-26T22:06:12.599 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:06:12.684 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-07-26T22:06:12.707 DEBUG:teuthology.parallel:result is None 2024-07-26T22:06:15.889 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:06:15.890 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:06:16.131 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-07-26T22:06:16.771 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:06:16.771 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-117-generic"... 2024-07-26T22:06:16.772 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-07-26T22:06:16.818 INFO:teuthology.orchestra.run.smithi006.stdout:5.15.0-117-generic 2024-07-26T22:06:16.818 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-117-generic vs 5.15.0-117-generic 2024-07-26T22:06:16.818 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-07-26T22:06:16.818 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-07-26T22:06:17.819 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-07-26T22:06:17.819 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-07-26T22:06:17.913 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2024-07-26T22:06:17.936 DEBUG:teuthology.parallel:result is None 2024-07-26T22:06:17.936 INFO:teuthology.run_tasks:Running task internal.base... 2024-07-26T22:06:17.944 INFO:teuthology.task.internal:Creating test directory... 2024-07-26T22:06:17.945 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:06:17.947 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:06:17.949 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-07-26T22:06:17.956 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-07-26T22:06:17.963 INFO:teuthology.run_tasks:Running task internal.archive... 2024-07-26T22:06:17.969 INFO:teuthology.task.internal:Creating archive directory... 2024-07-26T22:06:17.970 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:06:17.995 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:06:17.998 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-07-26T22:06:18.024 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-07-26T22:06:18.030 INFO:teuthology.task.internal:Enabling coredump saving... 2024-07-26T22:06:18.030 DEBUG:teuthology.orchestra.run.smithi006:> 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-07-26T22:06:18.047 DEBUG:teuthology.orchestra.run.smithi026:> 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-07-26T22:06:18.054 DEBUG:teuthology.orchestra.run.smithi062:> 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-07-26T22:06:18.071 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.074 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.079 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.083 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.104 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.113 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-07-26T22:06:18.114 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-07-26T22:06:18.122 INFO:teuthology.task.internal:Configuring sudo... 2024-07-26T22:06:18.122 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:06:18.127 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:06:18.130 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-07-26T22:06:18.146 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-07-26T22:06:18.157 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-07-26T22:06:18.157 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:06:18.183 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:06:18.190 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-07-26T22:06:18.196 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:06:18.240 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:06:18.290 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:06:18.291 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:06:18.349 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:06:18.355 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:06:18.401 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:06:18.401 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:06:18.490 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-07-26T22:06:18.496 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-07-26T22:06:18.544 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:06:18.544 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-07-26T22:06:18.614 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2024-07-26T22:06:18.617 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-07-26T22:06:18.619 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-07-26T22:06:18.691 INFO:teuthology.run_tasks:Running task internal.timer... 2024-07-26T22:06:18.699 INFO:teuthology.task.internal:Starting timer... 2024-07-26T22:06:18.699 INFO:teuthology.run_tasks:Running task pcp... 2024-07-26T22:06:18.710 INFO:teuthology.run_tasks:Running task selinux... 2024-07-26T22:06:18.719 DEBUG:teuthology.task.selinux:Excluding smithi006: OS 'ubuntu' does not support SELinux 2024-07-26T22:06:18.720 DEBUG:teuthology.task.selinux:Excluding smithi026: OS 'ubuntu' does not support SELinux 2024-07-26T22:06:18.720 DEBUG:teuthology.task.selinux:Excluding smithi062: OS 'ubuntu' does not support SELinux 2024-07-26T22:06:18.720 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-07-26T22:06:18.720 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-07-26T22:06:18.721 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-07-26T22:06:18.721 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-07-26T22:06:18.730 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-07-26T22:06:18.743 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-07-26T22:06:18.744 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi026.front.sepia.ceph.com,smithi062.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-07-26T22:13:35.186 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi062.front.sepia.ceph.com')] 2024-07-26T22:13:35.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:13:35.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:13:35.275 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-07-26T22:13:35.350 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-07-26T22:13:35.351 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:13:35.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:13:35.433 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-07-26T22:13:35.514 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-07-26T22:13:35.515 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:13:35.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-07-26T22:13:35.600 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-07-26T22:13:35.678 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-07-26T22:13:35.680 INFO:teuthology.run_tasks:Running task clock... 2024-07-26T22:13:35.694 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-07-26T22:13:35.695 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:13:35.696 DEBUG:teuthology.orchestra.run.smithi006:> 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-07-26T22:13:35.699 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:13:35.699 DEBUG:teuthology.orchestra.run.smithi026:> 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-07-26T22:13:35.701 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-07-26T22:13:35.702 DEBUG:teuthology.orchestra.run.smithi062:> 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-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Command line: ntpd -gq 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: ---------------------------------------------------- 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: ntp-4 is maintained by Network Time Foundation, 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: corporation. Support and training for ntp-4 are 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: available at https://www.nwtime.org/support 2024-07-26T22:13:35.725 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: ---------------------------------------------------- 2024-07-26T22:13:35.726 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: proto: precision = 0.067 usec (-24) 2024-07-26T22:13:35.726 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: basedate set to 2022-02-04 2024-07-26T22:13:35.726 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: gps base set to 2022-02-06 (week 2196) 2024-07-26T22:13:35.726 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.727 INFO:teuthology.orchestra.run.smithi006.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.727 INFO:teuthology.orchestra.run.smithi006.stderr:restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.727 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.727 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen and drop on 0 v6wildcard [::]:123 2024-07-26T22:13:35.728 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-07-26T22:13:35.729 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen normally on 2 lo 127.0.0.1:123 2024-07-26T22:13:35.729 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen normally on 3 ens1f0 172.21.15.6:123 2024-07-26T22:13:35.729 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen normally on 4 lo [::1]:123 2024-07-26T22:13:35.729 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15e4%4]:123 2024-07-26T22:13:35.729 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:35 ntpd[17643]: Listening on routing socket on fd #22 for interface updates 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Command line: ntpd -gq 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: ---------------------------------------------------- 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: ntp-4 is maintained by Network Time Foundation, 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: corporation. Support and training for ntp-4 are 2024-07-26T22:13:35.732 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: available at https://www.nwtime.org/support 2024-07-26T22:13:35.733 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: ---------------------------------------------------- 2024-07-26T22:13:35.733 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: proto: precision = 0.068 usec (-24) 2024-07-26T22:13:35.733 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: basedate set to 2022-02-04 2024-07-26T22:13:35.733 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: gps base set to 2022-02-06 (week 2196) 2024-07-26T22:13:35.733 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.734 INFO:teuthology.orchestra.run.smithi026.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.734 INFO:teuthology.orchestra.run.smithi026.stderr:restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.735 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.735 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen and drop on 0 v6wildcard [::]:123 2024-07-26T22:13:35.735 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-07-26T22:13:35.735 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen normally on 2 lo 127.0.0.1:123 2024-07-26T22:13:35.735 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen normally on 3 ens1f0 172.21.15.26:123 2024-07-26T22:13:35.736 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen normally on 4 lo [::1]:123 2024-07-26T22:13:35.736 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:cac0%3]:123 2024-07-26T22:13:35.736 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:35 ntpd[17600]: Listening on routing socket on fd #22 for interface updates 2024-07-26T22:13:35.749 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-07-26T22:13:35.749 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Command line: ntpd -gq 2024-07-26T22:13:35.749 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: ---------------------------------------------------- 2024-07-26T22:13:35.749 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: ntp-4 is maintained by Network Time Foundation, 2024-07-26T22:13:35.749 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-07-26T22:13:35.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: corporation. Support and training for ntp-4 are 2024-07-26T22:13:35.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: available at https://www.nwtime.org/support 2024-07-26T22:13:35.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: ---------------------------------------------------- 2024-07-26T22:13:35.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: proto: precision = 0.068 usec (-24) 2024-07-26T22:13:35.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: basedate set to 2022-02-04 2024-07-26T22:13:35.751 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: gps base set to 2022-02-06 (week 2196) 2024-07-26T22:13:35.751 INFO:teuthology.orchestra.run.smithi062.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.751 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-07-26T22:13:35.751 INFO:teuthology.orchestra.run.smithi062.stderr:restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.752 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: restrict ::: KOD does nothing without LIMITED. 2024-07-26T22:13:35.752 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen and drop on 0 v6wildcard [::]:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen normally on 2 lo 127.0.0.1:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen normally on 3 enp3s0f1 172.21.15.62:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen normally on 4 lo [::1]:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:febb:d1c3%5]:123 2024-07-26T22:13:35.753 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:35 ntpd[17690]: Listening on routing socket on fd #22 for interface updates 2024-07-26T22:13:36.737 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.737 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.737 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.738 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.739 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:36.739 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:36 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:36.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:36.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:36.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:36.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:36 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:37.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:37 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:38 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:38 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:38.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:38.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:38.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:38.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:38 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:39.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:39 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:39.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:39.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:39 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.728 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.728 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.728 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.728 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:40 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:40 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:40.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:40.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:40.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:40.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:40 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:41.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:41 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:41.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:41.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:41 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:42.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:42.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:42 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.733 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:42.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:42.734 INFO:teuthology.orchestra.run.smithi026.stdout:26 Jul 22:13:42 ntpd[17600]: ntpd: time slew -0.000609 s 2024-07-26T22:13:42.734 INFO:teuthology.orchestra.run.smithi026.stdout:ntpd: time slew -0.000609s 2024-07-26T22:13:42.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-07-26T22:13:42.734 INFO:teuthology.orchestra.run.smithi026.stderr:26 Jul 22:13:42 ntpd[17600]: can't open /var/log/ntpstats/loopstats.20240726: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:42.750 INFO:teuthology.orchestra.run.smithi062.stdout:26 Jul 22:13:42 ntpd[17690]: ntpd: time slew -0.000529 s 2024-07-26T22:13:42.751 INFO:teuthology.orchestra.run.smithi062.stdout:ntpd: time slew -0.000529s 2024-07-26T22:13:42.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-07-26T22:13:42.751 INFO:teuthology.orchestra.run.smithi062.stderr:26 Jul 22:13:42 ntpd[17690]: can't open /var/log/ntpstats/loopstats.20240726: Permission denied 2024-07-26T22:13:42.786 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:13:42.786 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2024-07-26T22:13:42.786 INFO:teuthology.orchestra.run.smithi026.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.787 INFO:teuthology.orchestra.run.smithi026.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.787 INFO:teuthology.orchestra.run.smithi026.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.787 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================== 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:42.806 INFO:teuthology.orchestra.run.smithi062.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:43.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:43.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:43.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:43.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:43.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:43.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:43 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: can't open /var/log/ntpstats/rawstats.20240726: Permission denied 2024-07-26T22:13:44.726 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-07-26T22:13:44.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: can't open /var/log/ntpstats/peerstats.20240726: Permission denied 2024-07-26T22:13:44.727 INFO:teuthology.orchestra.run.smithi006.stdout:26 Jul 22:13:44 ntpd[17643]: ntpd: time slew -0.000449 s 2024-07-26T22:13:44.727 INFO:teuthology.orchestra.run.smithi006.stdout:ntpd: time slew -0.000449s 2024-07-26T22:13:44.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-07-26T22:13:44.727 INFO:teuthology.orchestra.run.smithi006.stderr:26 Jul 22:13:44 ntpd[17643]: can't open /var/log/ntpstats/loopstats.20240726: Permission denied 2024-07-26T22:13:44.778 INFO:teuthology.orchestra.run.smithi006.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:13:44.779 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================== 2024-07-26T22:13:44.779 INFO:teuthology.orchestra.run.smithi006.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:44.779 INFO:teuthology.orchestra.run.smithi006.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:44.779 INFO:teuthology.orchestra.run.smithi006.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:44.779 INFO:teuthology.orchestra.run.smithi006.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-07-26T22:13:44.780 INFO:teuthology.run_tasks:Running task install... 2024-07-26T22:13:44.790 DEBUG:teuthology.task.install:project ceph 2024-07-26T22:13:44.790 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'}} 2024-07-26T22:13:44.790 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T22:13:44.791 INFO:teuthology.task.install:Using flavor: default 2024-07-26T22:13:44.797 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-07-26T22:13:44.797 INFO:teuthology.task.install:extra packages: [] 2024-07-26T22:13:44.798 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-key list | grep Ceph 2024-07-26T22:13:44.798 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-key list | grep Ceph 2024-07-26T22:13:44.799 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-key list | grep Ceph 2024-07-26T22:13:44.863 INFO:teuthology.orchestra.run.smithi026.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-07-26T22:13:44.865 INFO:teuthology.orchestra.run.smithi062.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-07-26T22:13:44.883 INFO:teuthology.orchestra.run.smithi006.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-07-26T22:13:44.894 INFO:teuthology.orchestra.run.smithi026.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-07-26T22:13:44.894 INFO:teuthology.orchestra.run.smithi026.stdout:uid [ unknown] Ceph.com (release key) 2024-07-26T22:13:44.896 INFO:teuthology.orchestra.run.smithi062.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-07-26T22:13:44.896 INFO:teuthology.orchestra.run.smithi062.stdout:uid [ unknown] Ceph.com (release key) 2024-07-26T22:13:44.896 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-07-26T22:13:44.897 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:13:44.899 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-07-26T22:13:44.899 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:13:44.914 INFO:teuthology.orchestra.run.smithi006.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-07-26T22:13:44.914 INFO:teuthology.orchestra.run.smithi006.stdout:uid [ unknown] Ceph.com (release key) 2024-07-26T22:13:44.915 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-07-26T22:13:44.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:13:45.051 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default/ 2024-07-26T22:13:45.052 INFO:teuthology.task.install.deb:Package version is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:45.053 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default/ 2024-07-26T22:13:45.053 INFO:teuthology.task.install.deb:Package version is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:45.057 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default/ 2024-07-26T22:13:45.057 INFO:teuthology.task.install.deb:Package version is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:45.266 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:13:45.266 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-07-26T22:13:45.268 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:13:45.268 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-07-26T22:13:45.274 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:13:45.274 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-07-26T22:13:45.281 DEBUG:teuthology.orchestra.run.smithi026:> sudo apt-get update 2024-07-26T22:13:45.283 DEBUG:teuthology.orchestra.run.smithi062:> sudo apt-get update 2024-07-26T22:13:45.289 DEBUG:teuthology.orchestra.run.smithi006:> sudo apt-get update 2024-07-26T22:13:45.453 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:13:45.455 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:13:45.461 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:13:45.463 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:13:45.470 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:13:45.480 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:13:45.486 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:13:45.576 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-07-26T22:13:45.576 INFO:teuthology.orchestra.run.smithi026.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:13:45.582 INFO:teuthology.orchestra.run.smithi006.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-07-26T22:13:45.658 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-07-26T22:13:45.699 INFO:teuthology.orchestra.run.smithi026.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy InRelease 2024-07-26T22:13:45.702 INFO:teuthology.orchestra.run.smithi062.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy InRelease 2024-07-26T22:13:45.706 INFO:teuthology.orchestra.run.smithi006.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy InRelease 2024-07-26T22:13:45.739 INFO:teuthology.orchestra.run.smithi062.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-07-26T22:13:45.768 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-07-26T22:13:45.772 INFO:teuthology.orchestra.run.smithi062.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-07-26T22:13:45.776 INFO:teuthology.orchestra.run.smithi006.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-07-26T22:13:45.839 INFO:teuthology.orchestra.run.smithi026.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-07-26T22:13:45.843 INFO:teuthology.orchestra.run.smithi062.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-07-26T22:13:45.847 INFO:teuthology.orchestra.run.smithi006.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy Release.gpg 2024-07-26T22:13:45.910 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,420 B] 2024-07-26T22:13:45.914 INFO:teuthology.orchestra.run.smithi062.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-07-26T22:13:45.918 INFO:teuthology.orchestra.run.smithi006.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-07-26T22:13:45.990 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-07-26T22:13:45.995 INFO:teuthology.orchestra.run.smithi062.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,420 B] 2024-07-26T22:13:46.000 INFO:teuthology.orchestra.run.smithi006.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,420 B] 2024-07-26T22:13:46.086 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 29.3 kB in 1s (48.6 kB/s) 2024-07-26T22:13:46.089 INFO:teuthology.orchestra.run.smithi006.stdout:Fetched 29.3 kB in 1s (48.7 kB/s) 2024-07-26T22:13:46.094 INFO:teuthology.orchestra.run.smithi062.stdout:Fetched 29.3 kB in 1s (48.5 kB/s) 2024-07-26T22:13:47.125 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:13:47.132 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:13:47.133 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:13:47.142 DEBUG:teuthology.orchestra.run.smithi026:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5372-g67f28c2a-1jammy cephadm=19.0.0-5372-g67f28c2a-1jammy ceph-mds=19.0.0-5372-g67f28c2a-1jammy ceph-mgr=19.0.0-5372-g67f28c2a-1jammy ceph-common=19.0.0-5372-g67f28c2a-1jammy ceph-fuse=19.0.0-5372-g67f28c2a-1jammy ceph-test=19.0.0-5372-g67f28c2a-1jammy ceph-volume=19.0.0-5372-g67f28c2a-1jammy radosgw=19.0.0-5372-g67f28c2a-1jammy python3-rados=19.0.0-5372-g67f28c2a-1jammy python3-rgw=19.0.0-5372-g67f28c2a-1jammy python3-cephfs=19.0.0-5372-g67f28c2a-1jammy python3-rbd=19.0.0-5372-g67f28c2a-1jammy libcephfs2=19.0.0-5372-g67f28c2a-1jammy libcephfs-dev=19.0.0-5372-g67f28c2a-1jammy librados2=19.0.0-5372-g67f28c2a-1jammy librbd1=19.0.0-5372-g67f28c2a-1jammy rbd-fuse=19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:47.148 DEBUG:teuthology.orchestra.run.smithi062:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5372-g67f28c2a-1jammy cephadm=19.0.0-5372-g67f28c2a-1jammy ceph-mds=19.0.0-5372-g67f28c2a-1jammy ceph-mgr=19.0.0-5372-g67f28c2a-1jammy ceph-common=19.0.0-5372-g67f28c2a-1jammy ceph-fuse=19.0.0-5372-g67f28c2a-1jammy ceph-test=19.0.0-5372-g67f28c2a-1jammy ceph-volume=19.0.0-5372-g67f28c2a-1jammy radosgw=19.0.0-5372-g67f28c2a-1jammy python3-rados=19.0.0-5372-g67f28c2a-1jammy python3-rgw=19.0.0-5372-g67f28c2a-1jammy python3-cephfs=19.0.0-5372-g67f28c2a-1jammy python3-rbd=19.0.0-5372-g67f28c2a-1jammy libcephfs2=19.0.0-5372-g67f28c2a-1jammy libcephfs-dev=19.0.0-5372-g67f28c2a-1jammy librados2=19.0.0-5372-g67f28c2a-1jammy librbd1=19.0.0-5372-g67f28c2a-1jammy rbd-fuse=19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:47.149 DEBUG:teuthology.orchestra.run.smithi006:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-5372-g67f28c2a-1jammy cephadm=19.0.0-5372-g67f28c2a-1jammy ceph-mds=19.0.0-5372-g67f28c2a-1jammy ceph-mgr=19.0.0-5372-g67f28c2a-1jammy ceph-common=19.0.0-5372-g67f28c2a-1jammy ceph-fuse=19.0.0-5372-g67f28c2a-1jammy ceph-test=19.0.0-5372-g67f28c2a-1jammy ceph-volume=19.0.0-5372-g67f28c2a-1jammy radosgw=19.0.0-5372-g67f28c2a-1jammy python3-rados=19.0.0-5372-g67f28c2a-1jammy python3-rgw=19.0.0-5372-g67f28c2a-1jammy python3-cephfs=19.0.0-5372-g67f28c2a-1jammy python3-rbd=19.0.0-5372-g67f28c2a-1jammy libcephfs2=19.0.0-5372-g67f28c2a-1jammy libcephfs-dev=19.0.0-5372-g67f28c2a-1jammy librados2=19.0.0-5372-g67f28c2a-1jammy librbd1=19.0.0-5372-g67f28c2a-1jammy rbd-fuse=19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:13:47.195 INFO:teuthology.orchestra.run.smithi026.stdout:Reading package lists... 2024-07-26T22:13:47.212 INFO:teuthology.orchestra.run.smithi062.stdout:Reading package lists... 2024-07-26T22:13:47.216 INFO:teuthology.orchestra.run.smithi006.stdout:Reading package lists... 2024-07-26T22:13:47.382 INFO:teuthology.orchestra.run.smithi026.stdout:Building dependency tree... 2024-07-26T22:13:47.383 INFO:teuthology.orchestra.run.smithi026.stdout:Reading state information... 2024-07-26T22:13:47.426 INFO:teuthology.orchestra.run.smithi006.stdout:Building dependency tree... 2024-07-26T22:13:47.426 INFO:teuthology.orchestra.run.smithi006.stdout:Reading state information... 2024-07-26T22:13:47.431 INFO:teuthology.orchestra.run.smithi062.stdout:Building dependency tree... 2024-07-26T22:13:47.432 INFO:teuthology.orchestra.run.smithi062.stdout:Reading state information... 2024-07-26T22:13:47.573 INFO:teuthology.orchestra.run.smithi026.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:13:47.573 INFO:teuthology.orchestra.run.smithi026.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:13:47.573 INFO:teuthology.orchestra.run.smithi026.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:13:47.574 INFO:teuthology.orchestra.run.smithi026.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:13:47.574 INFO:teuthology.orchestra.run.smithi026.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:13:47.574 INFO:teuthology.orchestra.run.smithi026.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:13:47.574 INFO:teuthology.orchestra.run.smithi026.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:13:47.574 INFO:teuthology.orchestra.run.smithi026.stdout:The following additional packages will be installed: 2024-07-26T22:13:47.575 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-07-26T22:13:47.575 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-07-26T22:13:47.576 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-07-26T22:13:47.577 INFO:teuthology.orchestra.run.smithi026.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet zip 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout:Suggested packages: 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-07-26T22:13:47.578 INFO:teuthology.orchestra.run.smithi026.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-07-26T22:13:47.579 INFO:teuthology.orchestra.run.smithi026.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-07-26T22:13:47.579 INFO:teuthology.orchestra.run.smithi026.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-07-26T22:13:47.579 INFO:teuthology.orchestra.run.smithi026.stdout:Recommended packages: 2024-07-26T22:13:47.579 INFO:teuthology.orchestra.run.smithi026.stdout: btrfs-tools 2024-07-26T22:13:47.640 INFO:teuthology.orchestra.run.smithi006.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:13:47.640 INFO:teuthology.orchestra.run.smithi006.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:13:47.640 INFO:teuthology.orchestra.run.smithi006.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:13:47.640 INFO:teuthology.orchestra.run.smithi006.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:13:47.641 INFO:teuthology.orchestra.run.smithi006.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:13:47.641 INFO:teuthology.orchestra.run.smithi006.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:13:47.641 INFO:teuthology.orchestra.run.smithi006.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:13:47.641 INFO:teuthology.orchestra.run.smithi006.stdout:The following additional packages will be installed: 2024-07-26T22:13:47.642 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-07-26T22:13:47.642 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-07-26T22:13:47.643 INFO:teuthology.orchestra.run.smithi006.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.644 INFO:teuthology.orchestra.run.smithi006.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-07-26T22:13:47.645 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet zip 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout:Suggested packages: 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-07-26T22:13:47.646 INFO:teuthology.orchestra.run.smithi006.stdout:Recommended packages: 2024-07-26T22:13:47.647 INFO:teuthology.orchestra.run.smithi006.stdout: btrfs-tools 2024-07-26T22:13:47.656 INFO:teuthology.orchestra.run.smithi062.stdout:The following packages were automatically installed and are no longer required: 2024-07-26T22:13:47.656 INFO:teuthology.orchestra.run.smithi062.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-07-26T22:13:47.656 INFO:teuthology.orchestra.run.smithi062.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-07-26T22:13:47.656 INFO:teuthology.orchestra.run.smithi062.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-07-26T22:13:47.657 INFO:teuthology.orchestra.run.smithi062.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-07-26T22:13:47.657 INFO:teuthology.orchestra.run.smithi062.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-07-26T22:13:47.657 INFO:teuthology.orchestra.run.smithi062.stdout:Use 'sudo apt autoremove' to remove them. 2024-07-26T22:13:47.658 INFO:teuthology.orchestra.run.smithi062.stdout:The following additional packages will be installed: 2024-07-26T22:13:47.658 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-07-26T22:13:47.658 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.660 INFO:teuthology.orchestra.run.smithi062.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-07-26T22:13:47.661 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet zip 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout:Suggested packages: 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout:Recommended packages: 2024-07-26T22:13:47.662 INFO:teuthology.orchestra.run.smithi062.stdout: btrfs-tools 2024-07-26T22:13:47.680 INFO:teuthology.orchestra.run.smithi026.stdout:The following NEW packages will be installed: 2024-07-26T22:13:47.680 INFO:teuthology.orchestra.run.smithi026.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-07-26T22:13:47.680 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-07-26T22:13:47.680 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-07-26T22:13:47.681 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-07-26T22:13:47.681 INFO:teuthology.orchestra.run.smithi026.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-07-26T22:13:47.681 INFO:teuthology.orchestra.run.smithi026.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.682 INFO:teuthology.orchestra.run.smithi026.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-07-26T22:13:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-07-26T22:13:47.754 INFO:teuthology.orchestra.run.smithi006.stdout:The following NEW packages will be installed: 2024-07-26T22:13:47.754 INFO:teuthology.orchestra.run.smithi006.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-07-26T22:13:47.754 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-07-26T22:13:47.755 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-07-26T22:13:47.756 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.757 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-07-26T22:13:47.758 INFO:teuthology.orchestra.run.smithi006.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout:The following NEW packages will be installed: 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-07-26T22:13:47.772 INFO:teuthology.orchestra.run.smithi062.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-07-26T22:13:47.773 INFO:teuthology.orchestra.run.smithi062.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-07-26T22:13:47.773 INFO:teuthology.orchestra.run.smithi062.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-07-26T22:13:47.773 INFO:teuthology.orchestra.run.smithi062.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-07-26T22:13:47.773 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-07-26T22:13:47.774 INFO:teuthology.orchestra.run.smithi062.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-07-26T22:13:47.775 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-07-26T22:13:47.775 INFO:teuthology.orchestra.run.smithi062.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-07-26T22:13:47.775 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-07-26T22:13:47.775 INFO:teuthology.orchestra.run.smithi062.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-07-26T22:13:47.832 INFO:teuthology.orchestra.run.smithi062.stdout:0 upgraded, 118 newly installed, 0 to remove and 317 not upgraded. 2024-07-26T22:13:47.832 INFO:teuthology.orchestra.run.smithi062.stdout:Need to get 250 MB of archives. 2024-07-26T22:13:47.832 INFO:teuthology.orchestra.run.smithi062.stdout:After this operation, 926 MB of additional disk space will be used. 2024-07-26T22:13:47.832 INFO:teuthology.orchestra.run.smithi062.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-07-26T22:13:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:0 upgraded, 118 newly installed, 0 to remove and 317 not upgraded. 2024-07-26T22:13:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:Need to get 250 MB of archives. 2024-07-26T22:13:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:After this operation, 926 MB of additional disk space will be used. 2024-07-26T22:13:47.871 INFO:teuthology.orchestra.run.smithi026.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-07-26T22:13:47.945 INFO:teuthology.orchestra.run.smithi006.stdout:0 upgraded, 118 newly installed, 0 to remove and 317 not upgraded. 2024-07-26T22:13:47.945 INFO:teuthology.orchestra.run.smithi006.stdout:Need to get 250 MB of archives. 2024-07-26T22:13:47.945 INFO:teuthology.orchestra.run.smithi006.stdout:After this operation, 926 MB of additional disk space will be used. 2024-07-26T22:13:47.945 INFO:teuthology.orchestra.run.smithi006.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-07-26T22:13:47.970 INFO:teuthology.orchestra.run.smithi062.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-07-26T22:13:48.003 INFO:teuthology.orchestra.run.smithi062.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-07-26T22:13:48.040 INFO:teuthology.orchestra.run.smithi026.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5372-g67f28c2a-1jammy [3,633 kB] 2024-07-26T22:13:48.069 INFO:teuthology.orchestra.run.smithi062.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-07-26T22:13:48.146 INFO:teuthology.orchestra.run.smithi006.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5372-g67f28c2a-1jammy [3,633 kB] 2024-07-26T22:13:48.158 INFO:teuthology.orchestra.run.smithi062.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-07-26T22:13:48.180 INFO:teuthology.orchestra.run.smithi062.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-5372-g67f28c2a-1jammy [3,633 kB] 2024-07-26T22:13:48.195 INFO:teuthology.orchestra.run.smithi062.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-07-26T22:13:48.211 INFO:teuthology.orchestra.run.smithi062.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-07-26T22:13:48.218 INFO:teuthology.orchestra.run.smithi062.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-07-26T22:13:48.219 INFO:teuthology.orchestra.run.smithi062.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-07-26T22:13:48.220 INFO:teuthology.orchestra.run.smithi062.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-07-26T22:13:48.235 INFO:teuthology.orchestra.run.smithi062.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-07-26T22:13:48.238 INFO:teuthology.orchestra.run.smithi062.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-07-26T22:13:48.242 INFO:teuthology.orchestra.run.smithi062.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-07-26T22:13:48.244 INFO:teuthology.orchestra.run.smithi062.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-07-26T22:13:48.244 INFO:teuthology.orchestra.run.smithi062.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-07-26T22:13:48.248 INFO:teuthology.orchestra.run.smithi062.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-07-26T22:13:48.251 INFO:teuthology.orchestra.run.smithi062.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-07-26T22:13:48.254 INFO:teuthology.orchestra.run.smithi062.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-07-26T22:13:48.255 INFO:teuthology.orchestra.run.smithi062.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-07-26T22:13:48.268 INFO:teuthology.orchestra.run.smithi062.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-07-26T22:13:48.270 INFO:teuthology.orchestra.run.smithi062.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-07-26T22:13:48.270 INFO:teuthology.orchestra.run.smithi062.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-07-26T22:13:48.270 INFO:teuthology.orchestra.run.smithi062.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-07-26T22:13:48.271 INFO:teuthology.orchestra.run.smithi062.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-07-26T22:13:48.285 INFO:teuthology.orchestra.run.smithi062.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-07-26T22:13:48.286 INFO:teuthology.orchestra.run.smithi062.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-07-26T22:13:48.286 INFO:teuthology.orchestra.run.smithi062.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-07-26T22:13:48.289 INFO:teuthology.orchestra.run.smithi026.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-07-26T22:13:48.290 INFO:teuthology.orchestra.run.smithi062.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-07-26T22:13:48.290 INFO:teuthology.orchestra.run.smithi062.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-07-26T22:13:48.301 INFO:teuthology.orchestra.run.smithi026.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-07-26T22:13:48.302 INFO:teuthology.orchestra.run.smithi062.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-07-26T22:13:48.303 INFO:teuthology.orchestra.run.smithi062.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-07-26T22:13:48.304 INFO:teuthology.orchestra.run.smithi062.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-07-26T22:13:48.305 INFO:teuthology.orchestra.run.smithi062.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-07-26T22:13:48.305 INFO:teuthology.orchestra.run.smithi062.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-07-26T22:13:48.319 INFO:teuthology.orchestra.run.smithi062.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-07-26T22:13:48.320 INFO:teuthology.orchestra.run.smithi062.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-07-26T22:13:48.321 INFO:teuthology.orchestra.run.smithi062.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-07-26T22:13:48.328 INFO:teuthology.orchestra.run.smithi062.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-07-26T22:13:48.328 INFO:teuthology.orchestra.run.smithi062.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-07-26T22:13:48.336 INFO:teuthology.orchestra.run.smithi062.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-07-26T22:13:48.337 INFO:teuthology.orchestra.run.smithi062.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-07-26T22:13:48.338 INFO:teuthology.orchestra.run.smithi062.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-07-26T22:13:48.341 INFO:teuthology.orchestra.run.smithi062.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-07-26T22:13:48.342 INFO:teuthology.orchestra.run.smithi062.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-07-26T22:13:48.353 INFO:teuthology.orchestra.run.smithi062.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-07-26T22:13:48.354 INFO:teuthology.orchestra.run.smithi062.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-07-26T22:13:48.357 INFO:teuthology.orchestra.run.smithi062.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-07-26T22:13:48.358 INFO:teuthology.orchestra.run.smithi062.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-07-26T22:13:48.359 INFO:teuthology.orchestra.run.smithi062.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-07-26T22:13:48.369 INFO:teuthology.orchestra.run.smithi006.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-07-26T22:13:48.370 INFO:teuthology.orchestra.run.smithi062.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-07-26T22:13:48.382 INFO:teuthology.orchestra.run.smithi006.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-07-26T22:13:48.382 INFO:teuthology.orchestra.run.smithi026.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-07-26T22:13:48.434 INFO:teuthology.orchestra.run.smithi062.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-07-26T22:13:48.435 INFO:teuthology.orchestra.run.smithi062.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-07-26T22:13:48.436 INFO:teuthology.orchestra.run.smithi062.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-07-26T22:13:48.437 INFO:teuthology.orchestra.run.smithi062.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-07-26T22:13:48.438 INFO:teuthology.orchestra.run.smithi062.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-07-26T22:13:48.456 INFO:teuthology.orchestra.run.smithi062.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-07-26T22:13:48.458 INFO:teuthology.orchestra.run.smithi062.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-07-26T22:13:48.458 INFO:teuthology.orchestra.run.smithi062.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-07-26T22:13:48.462 INFO:teuthology.orchestra.run.smithi006.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-07-26T22:13:48.473 INFO:teuthology.orchestra.run.smithi062.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-07-26T22:13:48.473 INFO:teuthology.orchestra.run.smithi062.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-07-26T22:13:48.473 INFO:teuthology.orchestra.run.smithi062.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-07-26T22:13:48.474 INFO:teuthology.orchestra.run.smithi062.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-07-26T22:13:48.474 INFO:teuthology.orchestra.run.smithi062.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-07-26T22:13:48.475 INFO:teuthology.orchestra.run.smithi062.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-07-26T22:13:48.488 INFO:teuthology.orchestra.run.smithi062.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-07-26T22:13:48.489 INFO:teuthology.orchestra.run.smithi062.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-07-26T22:13:48.492 INFO:teuthology.orchestra.run.smithi062.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-07-26T22:13:48.505 INFO:teuthology.orchestra.run.smithi062.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-07-26T22:13:48.506 INFO:teuthology.orchestra.run.smithi062.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-07-26T22:13:48.507 INFO:teuthology.orchestra.run.smithi062.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-07-26T22:13:48.510 INFO:teuthology.orchestra.run.smithi062.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-07-26T22:13:48.513 INFO:teuthology.orchestra.run.smithi062.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-07-26T22:13:48.513 INFO:teuthology.orchestra.run.smithi062.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-07-26T22:13:48.514 INFO:teuthology.orchestra.run.smithi062.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-07-26T22:13:48.522 INFO:teuthology.orchestra.run.smithi062.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-07-26T22:13:48.523 INFO:teuthology.orchestra.run.smithi062.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-07-26T22:13:48.525 INFO:teuthology.orchestra.run.smithi062.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-07-26T22:13:48.539 INFO:teuthology.orchestra.run.smithi062.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-07-26T22:13:48.540 INFO:teuthology.orchestra.run.smithi062.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-07-26T22:13:48.540 INFO:teuthology.orchestra.run.smithi062.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-07-26T22:13:48.542 INFO:teuthology.orchestra.run.smithi062.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-07-26T22:13:48.542 INFO:teuthology.orchestra.run.smithi062.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-07-26T22:13:48.548 INFO:teuthology.orchestra.run.smithi062.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-07-26T22:13:48.548 INFO:teuthology.orchestra.run.smithi062.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-07-26T22:13:48.556 INFO:teuthology.orchestra.run.smithi062.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-07-26T22:13:48.558 INFO:teuthology.orchestra.run.smithi062.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-07-26T22:13:48.559 INFO:teuthology.orchestra.run.smithi062.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-07-26T22:13:48.610 INFO:teuthology.orchestra.run.smithi026.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-07-26T22:13:48.621 INFO:teuthology.orchestra.run.smithi026.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-07-26T22:13:48.650 INFO:teuthology.orchestra.run.smithi026.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-07-26T22:13:48.659 INFO:teuthology.orchestra.run.smithi026.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-07-26T22:13:48.660 INFO:teuthology.orchestra.run.smithi026.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-07-26T22:13:48.661 INFO:teuthology.orchestra.run.smithi026.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-07-26T22:13:48.679 INFO:teuthology.orchestra.run.smithi026.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-07-26T22:13:48.684 INFO:teuthology.orchestra.run.smithi026.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-07-26T22:13:48.692 INFO:teuthology.orchestra.run.smithi026.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-07-26T22:13:48.694 INFO:teuthology.orchestra.run.smithi006.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-07-26T22:13:48.694 INFO:teuthology.orchestra.run.smithi026.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-07-26T22:13:48.703 INFO:teuthology.orchestra.run.smithi006.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-07-26T22:13:48.732 INFO:teuthology.orchestra.run.smithi006.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-07-26T22:13:48.741 INFO:teuthology.orchestra.run.smithi006.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-07-26T22:13:48.742 INFO:teuthology.orchestra.run.smithi006.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-07-26T22:13:48.743 INFO:teuthology.orchestra.run.smithi006.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-07-26T22:13:48.762 INFO:teuthology.orchestra.run.smithi006.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-07-26T22:13:48.766 INFO:teuthology.orchestra.run.smithi006.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-07-26T22:13:48.775 INFO:teuthology.orchestra.run.smithi006.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-07-26T22:13:48.775 INFO:teuthology.orchestra.run.smithi026.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-07-26T22:13:48.780 INFO:teuthology.orchestra.run.smithi026.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-07-26T22:13:48.780 INFO:teuthology.orchestra.run.smithi006.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-07-26T22:13:48.784 INFO:teuthology.orchestra.run.smithi026.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-07-26T22:13:48.787 INFO:teuthology.orchestra.run.smithi026.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-07-26T22:13:48.788 INFO:teuthology.orchestra.run.smithi026.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-07-26T22:13:48.789 INFO:teuthology.orchestra.run.smithi026.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-07-26T22:13:48.791 INFO:teuthology.orchestra.run.smithi026.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-07-26T22:13:48.856 INFO:teuthology.orchestra.run.smithi026.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-07-26T22:13:48.857 INFO:teuthology.orchestra.run.smithi026.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-07-26T22:13:48.857 INFO:teuthology.orchestra.run.smithi026.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-07-26T22:13:48.863 INFO:teuthology.orchestra.run.smithi006.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-07-26T22:13:48.864 INFO:teuthology.orchestra.run.smithi006.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-07-26T22:13:48.868 INFO:teuthology.orchestra.run.smithi006.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-07-26T22:13:48.872 INFO:teuthology.orchestra.run.smithi006.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-07-26T22:13:48.873 INFO:teuthology.orchestra.run.smithi006.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-07-26T22:13:48.874 INFO:teuthology.orchestra.run.smithi006.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-07-26T22:13:48.876 INFO:teuthology.orchestra.run.smithi006.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-07-26T22:13:48.877 INFO:teuthology.orchestra.run.smithi006.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-07-26T22:13:48.877 INFO:teuthology.orchestra.run.smithi006.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-07-26T22:13:48.912 INFO:teuthology.orchestra.run.smithi006.stdout:Get:25 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5372-g67f28c2a-1jammy [3,318 kB] 2024-07-26T22:13:48.937 INFO:teuthology.orchestra.run.smithi026.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-07-26T22:13:48.938 INFO:teuthology.orchestra.run.smithi026.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-07-26T22:13:48.938 INFO:teuthology.orchestra.run.smithi026.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-07-26T22:13:48.943 INFO:teuthology.orchestra.run.smithi006.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-07-26T22:13:48.944 INFO:teuthology.orchestra.run.smithi026.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-07-26T22:13:48.945 INFO:teuthology.orchestra.run.smithi026.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-07-26T22:13:48.946 INFO:teuthology.orchestra.run.smithi026.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-07-26T22:13:48.946 INFO:teuthology.orchestra.run.smithi026.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-07-26T22:13:48.960 INFO:teuthology.orchestra.run.smithi006.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-07-26T22:13:48.960 INFO:teuthology.orchestra.run.smithi006.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-07-26T22:13:48.961 INFO:teuthology.orchestra.run.smithi006.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-07-26T22:13:48.966 INFO:teuthology.orchestra.run.smithi006.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-07-26T22:13:48.967 INFO:teuthology.orchestra.run.smithi006.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-07-26T22:13:48.968 INFO:teuthology.orchestra.run.smithi006.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-07-26T22:13:48.969 INFO:teuthology.orchestra.run.smithi006.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-07-26T22:13:48.971 INFO:teuthology.orchestra.run.smithi006.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-07-26T22:13:49.018 INFO:teuthology.orchestra.run.smithi026.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-07-26T22:13:49.019 INFO:teuthology.orchestra.run.smithi026.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-07-26T22:13:49.019 INFO:teuthology.orchestra.run.smithi026.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-07-26T22:13:49.020 INFO:teuthology.orchestra.run.smithi062.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5372-g67f28c2a-1jammy [3,318 kB] 2024-07-26T22:13:49.025 INFO:teuthology.orchestra.run.smithi006.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-07-26T22:13:49.053 INFO:teuthology.orchestra.run.smithi006.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-07-26T22:13:49.056 INFO:teuthology.orchestra.run.smithi006.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-07-26T22:13:49.059 INFO:teuthology.orchestra.run.smithi006.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-07-26T22:13:49.059 INFO:teuthology.orchestra.run.smithi006.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-07-26T22:13:49.070 INFO:teuthology.orchestra.run.smithi006.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-07-26T22:13:49.071 INFO:teuthology.orchestra.run.smithi006.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-07-26T22:13:49.072 INFO:teuthology.orchestra.run.smithi006.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-07-26T22:13:49.073 INFO:teuthology.orchestra.run.smithi006.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-07-26T22:13:49.099 INFO:teuthology.orchestra.run.smithi026.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-07-26T22:13:49.101 INFO:teuthology.orchestra.run.smithi026.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-07-26T22:13:49.101 INFO:teuthology.orchestra.run.smithi026.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-07-26T22:13:49.106 INFO:teuthology.orchestra.run.smithi006.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-07-26T22:13:49.113 INFO:teuthology.orchestra.run.smithi026.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-07-26T22:13:49.113 INFO:teuthology.orchestra.run.smithi026.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-07-26T22:13:49.114 INFO:teuthology.orchestra.run.smithi026.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-07-26T22:13:49.115 INFO:teuthology.orchestra.run.smithi026.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-07-26T22:13:49.157 INFO:teuthology.orchestra.run.smithi006.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-07-26T22:13:49.158 INFO:teuthology.orchestra.run.smithi006.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-07-26T22:13:49.161 INFO:teuthology.orchestra.run.smithi006.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-07-26T22:13:49.163 INFO:teuthology.orchestra.run.smithi006.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-07-26T22:13:49.167 INFO:teuthology.orchestra.run.smithi006.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-07-26T22:13:49.168 INFO:teuthology.orchestra.run.smithi006.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-07-26T22:13:49.170 INFO:teuthology.orchestra.run.smithi006.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-07-26T22:13:49.180 INFO:teuthology.orchestra.run.smithi026.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-07-26T22:13:49.184 INFO:teuthology.orchestra.run.smithi026.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-07-26T22:13:49.186 INFO:teuthology.orchestra.run.smithi026.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-07-26T22:13:49.187 INFO:teuthology.orchestra.run.smithi006.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-07-26T22:13:49.258 INFO:teuthology.orchestra.run.smithi006.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5372-g67f28c2a-1jammy [723 kB] 2024-07-26T22:13:49.261 INFO:teuthology.orchestra.run.smithi026.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-07-26T22:13:49.263 INFO:teuthology.orchestra.run.smithi026.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-07-26T22:13:49.267 INFO:teuthology.orchestra.run.smithi026.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-07-26T22:13:49.269 INFO:teuthology.orchestra.run.smithi026.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-07-26T22:13:49.270 INFO:teuthology.orchestra.run.smithi026.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-07-26T22:13:49.275 INFO:teuthology.orchestra.run.smithi026.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-07-26T22:13:49.325 INFO:teuthology.orchestra.run.smithi006.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-07-26T22:13:49.327 INFO:teuthology.orchestra.run.smithi006.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-07-26T22:13:49.329 INFO:teuthology.orchestra.run.smithi006.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-07-26T22:13:49.330 INFO:teuthology.orchestra.run.smithi006.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-07-26T22:13:49.332 INFO:teuthology.orchestra.run.smithi006.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-07-26T22:13:49.350 INFO:teuthology.orchestra.run.smithi062.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5372-g67f28c2a-1jammy [723 kB] 2024-07-26T22:13:49.359 INFO:teuthology.orchestra.run.smithi006.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5372-g67f28c2a-1jammy [357 kB] 2024-07-26T22:13:49.373 INFO:teuthology.orchestra.run.smithi006.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5372-g67f28c2a-1jammy [32.8 kB] 2024-07-26T22:13:49.374 INFO:teuthology.orchestra.run.smithi006.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5372-g67f28c2a-1jammy [180 kB] 2024-07-26T22:13:49.378 INFO:teuthology.orchestra.run.smithi006.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-07-26T22:13:49.378 INFO:teuthology.orchestra.run.smithi006.stdout:Get:63 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5372-g67f28c2a-1jammy [68.9 kB] 2024-07-26T22:13:49.382 INFO:teuthology.orchestra.run.smithi006.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-07-26T22:13:49.382 INFO:teuthology.orchestra.run.smithi006.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-07-26T22:13:49.426 INFO:teuthology.orchestra.run.smithi006.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5372-g67f28c2a-1jammy [338 kB] 2024-07-26T22:13:49.430 INFO:teuthology.orchestra.run.smithi026.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-07-26T22:13:49.432 INFO:teuthology.orchestra.run.smithi026.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-07-26T22:13:49.433 INFO:teuthology.orchestra.run.smithi006.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5372-g67f28c2a-1jammy [7,998 kB] 2024-07-26T22:13:49.434 INFO:teuthology.orchestra.run.smithi026.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-07-26T22:13:49.434 INFO:teuthology.orchestra.run.smithi026.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-07-26T22:13:49.438 INFO:teuthology.orchestra.run.smithi026.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-07-26T22:13:49.445 INFO:teuthology.orchestra.run.smithi006.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-07-26T22:13:49.446 INFO:teuthology.orchestra.run.smithi006.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-07-26T22:13:49.460 INFO:teuthology.orchestra.run.smithi062.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5372-g67f28c2a-1jammy [357 kB] 2024-07-26T22:13:49.467 INFO:teuthology.orchestra.run.smithi062.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5372-g67f28c2a-1jammy [32.8 kB] 2024-07-26T22:13:49.468 INFO:teuthology.orchestra.run.smithi062.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5372-g67f28c2a-1jammy [180 kB] 2024-07-26T22:13:49.471 INFO:teuthology.orchestra.run.smithi026.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-07-26T22:13:49.474 INFO:teuthology.orchestra.run.smithi026.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-07-26T22:13:49.474 INFO:teuthology.orchestra.run.smithi026.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-07-26T22:13:49.491 INFO:teuthology.orchestra.run.smithi006.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-07-26T22:13:49.494 INFO:teuthology.orchestra.run.smithi006.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-07-26T22:13:49.496 INFO:teuthology.orchestra.run.smithi006.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-07-26T22:13:49.497 INFO:teuthology.orchestra.run.smithi006.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-07-26T22:13:49.497 INFO:teuthology.orchestra.run.smithi006.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-07-26T22:13:49.499 INFO:teuthology.orchestra.run.smithi006.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-07-26T22:13:49.506 INFO:teuthology.orchestra.run.smithi006.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-07-26T22:13:49.520 INFO:teuthology.orchestra.run.smithi062.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5372-g67f28c2a-1jammy [68.9 kB] 2024-07-26T22:13:49.522 INFO:teuthology.orchestra.run.smithi062.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5372-g67f28c2a-1jammy [338 kB] 2024-07-26T22:13:49.529 INFO:teuthology.orchestra.run.smithi062.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5372-g67f28c2a-1jammy [7,998 kB] 2024-07-26T22:13:49.536 INFO:teuthology.orchestra.run.smithi026.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-07-26T22:13:49.536 INFO:teuthology.orchestra.run.smithi026.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-07-26T22:13:49.573 INFO:teuthology.orchestra.run.smithi006.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-07-26T22:13:49.576 INFO:teuthology.orchestra.run.smithi006.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-07-26T22:13:49.577 INFO:teuthology.orchestra.run.smithi006.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-07-26T22:13:49.596 INFO:teuthology.orchestra.run.smithi026.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-07-26T22:13:49.597 INFO:teuthology.orchestra.run.smithi026.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-07-26T22:13:49.598 INFO:teuthology.orchestra.run.smithi026.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-07-26T22:13:49.599 INFO:teuthology.orchestra.run.smithi026.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-07-26T22:13:49.600 INFO:teuthology.orchestra.run.smithi026.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-07-26T22:13:49.601 INFO:teuthology.orchestra.run.smithi026.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-07-26T22:13:49.609 INFO:teuthology.orchestra.run.smithi026.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-07-26T22:13:49.654 INFO:teuthology.orchestra.run.smithi006.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-07-26T22:13:49.661 INFO:teuthology.orchestra.run.smithi006.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-07-26T22:13:49.662 INFO:teuthology.orchestra.run.smithi006.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-07-26T22:13:49.664 INFO:teuthology.orchestra.run.smithi006.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-07-26T22:13:49.675 INFO:teuthology.orchestra.run.smithi006.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-07-26T22:13:49.677 INFO:teuthology.orchestra.run.smithi006.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-07-26T22:13:49.677 INFO:teuthology.orchestra.run.smithi026.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-07-26T22:13:49.680 INFO:teuthology.orchestra.run.smithi026.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-07-26T22:13:49.682 INFO:teuthology.orchestra.run.smithi026.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-07-26T22:13:49.685 INFO:teuthology.orchestra.run.smithi006.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-07-26T22:13:49.735 INFO:teuthology.orchestra.run.smithi006.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-07-26T22:13:49.737 INFO:teuthology.orchestra.run.smithi006.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-07-26T22:13:49.737 INFO:teuthology.orchestra.run.smithi006.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-07-26T22:13:49.758 INFO:teuthology.orchestra.run.smithi026.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-07-26T22:13:49.765 INFO:teuthology.orchestra.run.smithi026.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-07-26T22:13:49.767 INFO:teuthology.orchestra.run.smithi026.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-07-26T22:13:49.769 INFO:teuthology.orchestra.run.smithi026.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.2 [473 kB] 2024-07-26T22:13:49.780 INFO:teuthology.orchestra.run.smithi026.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-07-26T22:13:49.781 INFO:teuthology.orchestra.run.smithi026.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-07-26T22:13:49.789 INFO:teuthology.orchestra.run.smithi026.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-07-26T22:13:49.817 INFO:teuthology.orchestra.run.smithi006.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-07-26T22:13:49.819 INFO:teuthology.orchestra.run.smithi006.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-07-26T22:13:49.835 INFO:teuthology.orchestra.run.smithi006.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-07-26T22:13:49.836 INFO:teuthology.orchestra.run.smithi026.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-5372-g67f28c2a-1jammy [3,318 kB] 2024-07-26T22:13:49.836 INFO:teuthology.orchestra.run.smithi006.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-07-26T22:13:49.837 INFO:teuthology.orchestra.run.smithi006.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-07-26T22:13:49.839 INFO:teuthology.orchestra.run.smithi026.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-07-26T22:13:49.841 INFO:teuthology.orchestra.run.smithi026.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-07-26T22:13:49.841 INFO:teuthology.orchestra.run.smithi026.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-07-26T22:13:49.842 INFO:teuthology.orchestra.run.smithi006.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-07-26T22:13:49.846 INFO:teuthology.orchestra.run.smithi006.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-07-26T22:13:49.920 INFO:teuthology.orchestra.run.smithi026.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-07-26T22:13:49.922 INFO:teuthology.orchestra.run.smithi026.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-07-26T22:13:49.939 INFO:teuthology.orchestra.run.smithi026.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-07-26T22:13:49.940 INFO:teuthology.orchestra.run.smithi026.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-07-26T22:13:49.941 INFO:teuthology.orchestra.run.smithi026.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-07-26T22:13:49.946 INFO:teuthology.orchestra.run.smithi026.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-07-26T22:13:49.947 INFO:teuthology.orchestra.run.smithi026.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-07-26T22:13:50.249 INFO:teuthology.orchestra.run.smithi006.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5372-g67f28c2a-1jammy [112 kB] 2024-07-26T22:13:50.252 INFO:teuthology.orchestra.run.smithi006.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5372-g67f28c2a-1jammy [476 kB] 2024-07-26T22:13:50.312 INFO:teuthology.orchestra.run.smithi006.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5372-g67f28c2a-1jammy [28.2 MB] 2024-07-26T22:13:50.355 INFO:teuthology.orchestra.run.smithi062.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5372-g67f28c2a-1jammy [112 kB] 2024-07-26T22:13:50.357 INFO:teuthology.orchestra.run.smithi062.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5372-g67f28c2a-1jammy [476 kB] 2024-07-26T22:13:50.407 INFO:teuthology.orchestra.run.smithi062.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5372-g67f28c2a-1jammy [28.2 MB] 2024-07-26T22:13:50.481 INFO:teuthology.orchestra.run.smithi026.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-5372-g67f28c2a-1jammy [723 kB] 2024-07-26T22:13:50.578 INFO:teuthology.orchestra.run.smithi026.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-5372-g67f28c2a-1jammy [357 kB] 2024-07-26T22:13:50.587 INFO:teuthology.orchestra.run.smithi026.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-5372-g67f28c2a-1jammy [32.8 kB] 2024-07-26T22:13:50.589 INFO:teuthology.orchestra.run.smithi026.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-5372-g67f28c2a-1jammy [180 kB] 2024-07-26T22:13:50.624 INFO:teuthology.orchestra.run.smithi026.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-5372-g67f28c2a-1jammy [68.9 kB] 2024-07-26T22:13:50.626 INFO:teuthology.orchestra.run.smithi026.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-5372-g67f28c2a-1jammy [338 kB] 2024-07-26T22:13:50.677 INFO:teuthology.orchestra.run.smithi026.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-5372-g67f28c2a-1jammy [7,998 kB] 2024-07-26T22:13:51.436 INFO:teuthology.orchestra.run.smithi026.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-5372-g67f28c2a-1jammy [112 kB] 2024-07-26T22:13:51.438 INFO:teuthology.orchestra.run.smithi026.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-5372-g67f28c2a-1jammy [476 kB] 2024-07-26T22:13:51.448 INFO:teuthology.orchestra.run.smithi026.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-5372-g67f28c2a-1jammy [28.2 MB] 2024-07-26T22:13:52.748 INFO:teuthology.orchestra.run.smithi026.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5372-g67f28c2a-1jammy [5,143 kB] 2024-07-26T22:13:52.834 INFO:teuthology.orchestra.run.smithi006.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5372-g67f28c2a-1jammy [5,143 kB] 2024-07-26T22:13:52.847 INFO:teuthology.orchestra.run.smithi026.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5372-g67f28c2a-1jammy [247 kB] 2024-07-26T22:13:52.865 INFO:teuthology.orchestra.run.smithi026.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5372-g67f28c2a-1jammy [124 kB] 2024-07-26T22:13:52.868 INFO:teuthology.orchestra.run.smithi026.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5372-g67f28c2a-1jammy [1,563 kB] 2024-07-26T22:13:53.003 INFO:teuthology.orchestra.run.smithi026.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5372-g67f28c2a-1jammy [6,283 kB] 2024-07-26T22:13:53.040 INFO:teuthology.orchestra.run.smithi062.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-5372-g67f28c2a-1jammy [5,143 kB] 2024-07-26T22:13:53.150 INFO:teuthology.orchestra.run.smithi026.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5372-g67f28c2a-1jammy [22.9 MB] 2024-07-26T22:13:53.222 INFO:teuthology.orchestra.run.smithi006.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5372-g67f28c2a-1jammy [247 kB] 2024-07-26T22:13:53.228 INFO:teuthology.orchestra.run.smithi006.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5372-g67f28c2a-1jammy [124 kB] 2024-07-26T22:13:53.231 INFO:teuthology.orchestra.run.smithi006.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5372-g67f28c2a-1jammy [1,563 kB] 2024-07-26T22:13:53.365 INFO:teuthology.orchestra.run.smithi006.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5372-g67f28c2a-1jammy [6,283 kB] 2024-07-26T22:13:53.497 INFO:teuthology.orchestra.run.smithi062.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-5372-g67f28c2a-1jammy [247 kB] 2024-07-26T22:13:53.588 INFO:teuthology.orchestra.run.smithi062.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-5372-g67f28c2a-1jammy [124 kB] 2024-07-26T22:13:53.592 INFO:teuthology.orchestra.run.smithi062.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-5372-g67f28c2a-1jammy [1,563 kB] 2024-07-26T22:13:53.640 INFO:teuthology.orchestra.run.smithi062.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-5372-g67f28c2a-1jammy [6,283 kB] 2024-07-26T22:13:53.923 INFO:teuthology.orchestra.run.smithi006.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5372-g67f28c2a-1jammy [22.9 MB] 2024-07-26T22:13:54.041 INFO:teuthology.orchestra.run.smithi026.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5372-g67f28c2a-1jammy [14.0 kB] 2024-07-26T22:13:54.041 INFO:teuthology.orchestra.run.smithi026.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [882 kB] 2024-07-26T22:13:54.059 INFO:teuthology.orchestra.run.smithi026.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5372-g67f28c2a-1jammy [2,437 kB] 2024-07-26T22:13:54.101 INFO:teuthology.orchestra.run.smithi026.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5372-g67f28c2a-1jammy [799 kB] 2024-07-26T22:13:54.129 INFO:teuthology.orchestra.run.smithi026.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5372-g67f28c2a-1jammy [156 kB] 2024-07-26T22:13:54.133 INFO:teuthology.orchestra.run.smithi026.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5372-g67f28c2a-1jammy [60.6 MB] 2024-07-26T22:13:54.227 INFO:teuthology.orchestra.run.smithi062.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-5372-g67f28c2a-1jammy [22.9 MB] 2024-07-26T22:13:56.213 INFO:teuthology.orchestra.run.smithi006.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5372-g67f28c2a-1jammy [14.0 kB] 2024-07-26T22:13:56.214 INFO:teuthology.orchestra.run.smithi006.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [882 kB] 2024-07-26T22:13:56.231 INFO:teuthology.orchestra.run.smithi006.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5372-g67f28c2a-1jammy [2,437 kB] 2024-07-26T22:13:56.374 INFO:teuthology.orchestra.run.smithi006.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5372-g67f28c2a-1jammy [799 kB] 2024-07-26T22:13:56.415 INFO:teuthology.orchestra.run.smithi006.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5372-g67f28c2a-1jammy [156 kB] 2024-07-26T22:13:56.418 INFO:teuthology.orchestra.run.smithi006.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5372-g67f28c2a-1jammy [60.6 MB] 2024-07-26T22:13:56.429 INFO:teuthology.orchestra.run.smithi026.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5372-g67f28c2a-1jammy [8,625 kB] 2024-07-26T22:13:56.484 INFO:teuthology.orchestra.run.smithi062.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-5372-g67f28c2a-1jammy [14.0 kB] 2024-07-26T22:13:56.484 INFO:teuthology.orchestra.run.smithi062.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [882 kB] 2024-07-26T22:13:56.502 INFO:teuthology.orchestra.run.smithi062.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-5372-g67f28c2a-1jammy [2,437 kB] 2024-07-26T22:13:56.621 INFO:teuthology.orchestra.run.smithi026.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5372-g67f28c2a-1jammy [14.2 kB] 2024-07-26T22:13:56.621 INFO:teuthology.orchestra.run.smithi026.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5372-g67f28c2a-1jammy [55.7 MB] 2024-07-26T22:13:56.705 INFO:teuthology.orchestra.run.smithi062.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-5372-g67f28c2a-1jammy [799 kB] 2024-07-26T22:13:56.783 INFO:teuthology.orchestra.run.smithi062.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-5372-g67f28c2a-1jammy [156 kB] 2024-07-26T22:13:56.818 INFO:teuthology.orchestra.run.smithi062.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-5372-g67f28c2a-1jammy [60.6 MB] 2024-07-26T22:13:58.838 INFO:teuthology.orchestra.run.smithi026.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5372-g67f28c2a-1jammy [125 kB] 2024-07-26T22:13:58.842 INFO:teuthology.orchestra.run.smithi026.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5372-g67f28c2a-1jammy [38.9 kB] 2024-07-26T22:13:58.842 INFO:teuthology.orchestra.run.smithi026.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5372-g67f28c2a-1jammy [15.9 MB] 2024-07-26T22:13:59.388 INFO:teuthology.orchestra.run.smithi026.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [91.4 kB] 2024-07-26T22:13:59.986 INFO:teuthology.orchestra.run.smithi026.stdout:Fetched 250 MB in 12s (21.3 MB/s) 2024-07-26T22:14:00.259 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-07-26T22:14:00.364 INFO:teuthology.orchestra.run.smithi026.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 ... 165992 files and directories currently installed.) 2024-07-26T22:14:00.369 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-07-26T22:14:00.457 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:14:00.794 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-07-26T22:14:00.821 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-07-26T22:14:00.861 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:14:01.007 INFO:teuthology.orchestra.run.smithi006.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5372-g67f28c2a-1jammy [8,625 kB] 2024-07-26T22:14:01.197 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-07-26T22:14:01.224 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-07-26T22:14:01.263 INFO:teuthology.orchestra.run.smithi006.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5372-g67f28c2a-1jammy [14.2 kB] 2024-07-26T22:14:01.263 INFO:teuthology.orchestra.run.smithi006.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5372-g67f28c2a-1jammy [55.7 MB] 2024-07-26T22:14:01.264 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:14:01.277 INFO:teuthology.orchestra.run.smithi062.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-5372-g67f28c2a-1jammy [8,625 kB] 2024-07-26T22:14:01.582 INFO:teuthology.orchestra.run.smithi062.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-5372-g67f28c2a-1jammy [14.2 kB] 2024-07-26T22:14:01.582 INFO:teuthology.orchestra.run.smithi062.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-5372-g67f28c2a-1jammy [55.7 MB] 2024-07-26T22:14:01.617 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-07-26T22:14:01.644 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:01.692 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:02.154 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-07-26T22:14:02.181 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:02.221 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:02.557 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-07-26T22:14:02.584 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:02.624 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:02.952 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-07-26T22:14:02.967 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-07-26T22:14:03.010 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:14:03.330 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librados2. 2024-07-26T22:14:03.357 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../007-librados2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:03.396 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:03.849 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librbd1. 2024-07-26T22:14:03.865 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../008-librbd1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:03.907 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:04.510 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libcephfs2. 2024-07-26T22:14:04.528 INFO:teuthology.orchestra.run.smithi006.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5372-g67f28c2a-1jammy [125 kB] 2024-07-26T22:14:04.531 INFO:teuthology.orchestra.run.smithi006.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5372-g67f28c2a-1jammy [38.9 kB] 2024-07-26T22:14:04.532 INFO:teuthology.orchestra.run.smithi006.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5372-g67f28c2a-1jammy [15.9 MB] 2024-07-26T22:14:04.537 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:04.568 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:04.838 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rados. 2024-07-26T22:14:04.859 INFO:teuthology.orchestra.run.smithi062.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-5372-g67f28c2a-1jammy [125 kB] 2024-07-26T22:14:04.861 INFO:teuthology.orchestra.run.smithi062.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-5372-g67f28c2a-1jammy [38.9 kB] 2024-07-26T22:14:04.862 INFO:teuthology.orchestra.run.smithi062.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-5372-g67f28c2a-1jammy [15.9 MB] 2024-07-26T22:14:04.864 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:04.904 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:05.169 INFO:teuthology.orchestra.run.smithi006.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [91.4 kB] 2024-07-26T22:14:05.223 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-07-26T22:14:05.250 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:05.290 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:05.482 INFO:teuthology.orchestra.run.smithi062.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-5372-g67f28c2a-1jammy [91.4 kB] 2024-07-26T22:14:05.542 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cephfs. 2024-07-26T22:14:05.559 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:05.600 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:05.781 INFO:teuthology.orchestra.run.smithi006.stdout:Fetched 250 MB in 17s (14.3 MB/s) 2024-07-26T22:14:05.903 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-ceph-common. 2024-07-26T22:14:05.918 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-07-26T22:14:05.930 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:05.961 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:05.977 INFO:teuthology.orchestra.run.smithi006.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 ... 165992 files and directories currently installed.) 2024-07-26T22:14:05.983 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-07-26T22:14:06.068 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:14:06.077 INFO:teuthology.orchestra.run.smithi062.stdout:Fetched 250 MB in 18s (14.1 MB/s) 2024-07-26T22:14:06.248 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-wcwidth. 2024-07-26T22:14:06.264 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-07-26T22:14:06.286 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-07-26T22:14:06.298 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:14:06.390 INFO:teuthology.orchestra.run.smithi062.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 ... 165992 files and directories currently installed.) 2024-07-26T22:14:06.396 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-07-26T22:14:06.405 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-07-26T22:14:06.432 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-07-26T22:14:06.472 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:14:06.502 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:14:06.659 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-prettytable. 2024-07-26T22:14:06.686 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-07-26T22:14:06.725 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-07-26T22:14:06.774 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-07-26T22:14:06.801 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-07-26T22:14:06.833 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:14:06.855 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-07-26T22:14:06.882 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-07-26T22:14:06.922 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:14:06.986 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rbd. 2024-07-26T22:14:07.003 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:07.070 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:07.253 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-07-26T22:14:07.280 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:07.325 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-07-26T22:14:07.328 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:07.351 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-07-26T22:14:07.389 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-07-26T22:14:07.405 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-07-26T22:14:07.425 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:14:07.448 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:14:07.684 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-07-26T22:14:07.699 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-07-26T22:14:07.731 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-07-26T22:14:07.742 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:14:07.758 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:07.798 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:07.905 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-07-26T22:14:07.932 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:07.981 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:08.053 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-07-26T22:14:08.069 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-07-26T22:14:08.109 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-07-26T22:14:08.111 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:14:08.136 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:08.167 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:08.440 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua5.1. 2024-07-26T22:14:08.458 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-07-26T22:14:08.466 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-07-26T22:14:08.485 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:08.487 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-07-26T22:14:08.506 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:14:08.514 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-07-26T22:14:08.533 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:08.553 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:14:08.817 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-any. 2024-07-26T22:14:08.844 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-07-26T22:14:08.873 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package librados2. 2024-07-26T22:14:08.887 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-any (27ubuntu1) ... 2024-07-26T22:14:08.900 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../007-librados2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:08.928 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-07-26T22:14:08.955 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-07-26T22:14:08.986 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:14:09.073 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:09.136 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package zip. 2024-07-26T22:14:09.152 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-07-26T22:14:09.195 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking zip (3.0-12build2) ... 2024-07-26T22:14:09.348 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-07-26T22:14:09.375 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-07-26T22:14:09.414 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:14:09.517 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package librbd1. 2024-07-26T22:14:09.534 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../008-librbd1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:09.567 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:09.606 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package unzip. 2024-07-26T22:14:09.632 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-07-26T22:14:09.665 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:14:09.734 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package librados2. 2024-07-26T22:14:09.760 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../007-librados2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:09.800 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:09.929 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libcephfs2. 2024-07-26T22:14:09.944 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:09.978 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.085 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package luarocks. 2024-07-26T22:14:10.112 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-07-26T22:14:10.152 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:14:10.256 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-rados. 2024-07-26T22:14:10.270 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package librbd1. 2024-07-26T22:14:10.272 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:10.296 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../008-librbd1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:10.314 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.336 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.535 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package librgw2. 2024-07-26T22:14:10.561 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../025-librgw2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:10.601 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.634 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-07-26T22:14:10.660 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:10.724 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libcephfs2. 2024-07-26T22:14:10.733 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.749 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:10.780 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:10.978 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-cephfs. 2024-07-26T22:14:10.993 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:11.028 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.227 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-rados. 2024-07-26T22:14:11.228 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rgw. 2024-07-26T22:14:11.243 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../010-python3-rados_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:11.244 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:11.278 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.291 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.305 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-ceph-common. 2024-07-26T22:14:11.335 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:11.363 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.565 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package liboath0:amd64. 2024-07-26T22:14:11.592 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-07-26T22:14:11.619 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-07-26T22:14:11.631 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:14:11.645 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:11.658 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-wcwidth. 2024-07-26T22:14:11.685 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-07-26T22:14:11.685 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.725 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:14:11.926 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libradosstriper1. 2024-07-26T22:14:11.938 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-cephfs. 2024-07-26T22:14:11.952 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:11.954 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:11.992 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:11.996 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:12.019 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-prettytable. 2024-07-26T22:14:12.046 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-07-26T22:14:12.086 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-07-26T22:14:12.282 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-ceph-common. 2024-07-26T22:14:12.309 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:12.338 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-rbd. 2024-07-26T22:14:12.340 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:12.355 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:12.396 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:12.421 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-common. 2024-07-26T22:14:12.448 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:12.487 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:12.635 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-wcwidth. 2024-07-26T22:14:12.662 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-07-26T22:14:12.683 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-07-26T22:14:12.701 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:14:12.710 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-07-26T22:14:12.741 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:14:12.977 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-07-26T22:14:13.004 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-07-26T22:14:13.030 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-prettytable. 2024-07-26T22:14:13.043 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:14:13.056 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-07-26T22:14:13.096 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-07-26T22:14:13.355 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-07-26T22:14:13.365 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-rbd. 2024-07-26T22:14:13.379 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-07-26T22:14:13.381 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:13.423 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:13.429 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:14:13.743 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-07-26T22:14:13.749 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package lua5.1. 2024-07-26T22:14:13.759 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-07-26T22:14:13.765 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-07-26T22:14:13.793 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:14:13.807 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:14:13.893 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-base. 2024-07-26T22:14:13.919 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:13.969 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:14.054 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-07-26T22:14:14.070 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-07-26T22:14:14.112 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:14:14.244 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package lua-any. 2024-07-26T22:14:14.260 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-07-26T22:14:14.294 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking lua-any (27ubuntu1) ... 2024-07-26T22:14:14.432 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-07-26T22:14:14.458 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-07-26T22:14:14.498 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:14:14.551 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package zip. 2024-07-26T22:14:14.552 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-07-26T22:14:14.572 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-07-26T22:14:14.580 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking zip (3.0-12build2) ... 2024-07-26T22:14:14.599 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-07-26T22:14:14.638 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:14:14.843 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package lua5.1. 2024-07-26T22:14:14.870 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-07-26T22:14:14.874 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package unzip. 2024-07-26T22:14:14.901 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-07-26T22:14:14.909 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:14:14.916 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cheroot. 2024-07-26T22:14:14.932 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-07-26T22:14:14.941 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:14:14.966 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:14:15.238 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package lua-any. 2024-07-26T22:14:15.254 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-07-26T22:14:15.286 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-07-26T22:14:15.287 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking lua-any (27ubuntu1) ... 2024-07-26T22:14:15.301 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-07-26T22:14:15.335 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:14:15.353 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package luarocks. 2024-07-26T22:14:15.380 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-07-26T22:14:15.420 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:14:15.523 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package zip. 2024-07-26T22:14:15.539 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-07-26T22:14:15.582 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking zip (3.0-12build2) ... 2024-07-26T22:14:15.630 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.text. 2024-07-26T22:14:15.657 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-07-26T22:14:15.697 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:14:15.811 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package librgw2. 2024-07-26T22:14:15.838 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../025-librgw2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:15.868 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package unzip. 2024-07-26T22:14:15.869 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:15.886 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-07-26T22:14:15.918 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:14:16.000 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-07-26T22:14:16.027 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-07-26T22:14:16.067 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:14:16.344 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-tempora. 2024-07-26T22:14:16.371 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-07-26T22:14:16.411 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-07-26T22:14:16.480 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-rgw. 2024-07-26T22:14:16.496 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:16.497 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package luarocks. 2024-07-26T22:14:16.523 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-07-26T22:14:16.538 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:16.563 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:14:16.689 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-portend. 2024-07-26T22:14:16.716 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-07-26T22:14:16.755 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-07-26T22:14:16.832 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package liboath0:amd64. 2024-07-26T22:14:16.860 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-07-26T22:14:16.891 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:14:16.954 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package librgw2. 2024-07-26T22:14:16.981 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../025-librgw2_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:17.020 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:17.093 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-07-26T22:14:17.119 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-07-26T22:14:17.159 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-07-26T22:14:17.186 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libradosstriper1. 2024-07-26T22:14:17.213 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:17.252 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:17.420 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cherrypy3. 2024-07-26T22:14:17.446 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-07-26T22:14:17.486 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:14:17.648 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-rgw. 2024-07-26T22:14:17.663 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:17.672 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-common. 2024-07-26T22:14:17.699 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:17.706 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:17.738 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:17.798 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-natsort. 2024-07-26T22:14:17.825 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-07-26T22:14:17.856 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-07-26T22:14:17.975 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package liboath0:amd64. 2024-07-26T22:14:18.002 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-07-26T22:14:18.033 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:14:18.159 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-logutils. 2024-07-26T22:14:18.186 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-07-26T22:14:18.226 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-07-26T22:14:18.345 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libradosstriper1. 2024-07-26T22:14:18.371 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:18.411 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:18.529 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-markupsafe. 2024-07-26T22:14:18.555 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-07-26T22:14:18.595 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:14:18.865 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-common. 2024-07-26T22:14:18.892 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../029-ceph-common_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:18.898 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-mako. 2024-07-26T22:14:18.925 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-07-26T22:14:18.947 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:18.964 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:14:19.293 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-simplegeneric. 2024-07-26T22:14:19.320 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-07-26T22:14:19.327 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-base. 2024-07-26T22:14:19.354 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:19.359 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:14:19.403 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:19.662 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-singledispatch. 2024-07-26T22:14:19.689 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-07-26T22:14:19.720 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:14:19.989 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-07-26T22:14:20.019 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-07-26T22:14:20.056 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:14:20.174 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-webob. 2024-07-26T22:14:20.201 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-07-26T22:14:20.240 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:14:20.350 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-cheroot. 2024-07-26T22:14:20.377 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-07-26T22:14:20.411 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-base. 2024-07-26T22:14:20.417 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:14:20.434 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../030-ceph-base_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:20.478 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:20.593 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-waitress. 2024-07-26T22:14:20.620 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-07-26T22:14:20.663 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:14:20.971 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-tempita. 2024-07-26T22:14:20.998 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-07-26T22:14:21.037 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:14:21.048 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-07-26T22:14:21.075 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-07-26T22:14:21.106 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:14:21.332 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-paste. 2024-07-26T22:14:21.359 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-07-26T22:14:21.376 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-cheroot. 2024-07-26T22:14:21.403 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-07-26T22:14:21.407 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:14:21.446 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:14:21.496 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-07-26T22:14:21.523 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-07-26T22:14:21.562 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:14:21.727 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-07-26T22:14:21.743 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-07-26T22:14:21.785 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:14:21.831 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-jaraco.text. 2024-07-26T22:14:21.858 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-07-26T22:14:21.898 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:14:21.904 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-07-26T22:14:21.931 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-07-26T22:14:21.970 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:14:22.088 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pastedeploy. 2024-07-26T22:14:22.115 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-07-26T22:14:22.155 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:14:22.201 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-07-26T22:14:22.228 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-07-26T22:14:22.267 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:14:22.273 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-jaraco.text. 2024-07-26T22:14:22.294 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-07-26T22:14:22.331 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:14:22.408 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-webtest. 2024-07-26T22:14:22.435 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-07-26T22:14:22.466 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-07-26T22:14:22.570 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-tempora. 2024-07-26T22:14:22.597 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-07-26T22:14:22.609 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-07-26T22:14:22.625 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-07-26T22:14:22.636 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-07-26T22:14:22.659 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:14:22.769 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pecan. 2024-07-26T22:14:22.796 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-07-26T22:14:22.835 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:14:22.898 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-portend. 2024-07-26T22:14:22.914 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-07-26T22:14:22.920 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-tempora. 2024-07-26T22:14:22.947 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-07-26T22:14:22.947 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-07-26T22:14:22.986 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-07-26T22:14:23.140 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-certifi. 2024-07-26T22:14:23.167 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-07-26T22:14:23.198 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-07-26T22:14:23.234 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-07-26T22:14:23.261 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-07-26T22:14:23.289 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-portend. 2024-07-26T22:14:23.302 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-07-26T22:14:23.316 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-07-26T22:14:23.356 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-07-26T22:14:23.526 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-idna. 2024-07-26T22:14:23.553 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-07-26T22:14:23.593 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:14:23.603 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-cherrypy3. 2024-07-26T22:14:23.631 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-07-26T22:14:23.659 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-07-26T22:14:23.670 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:14:23.686 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-07-26T22:14:23.725 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-07-26T22:14:23.929 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-urllib3. 2024-07-26T22:14:23.956 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-07-26T22:14:23.986 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-cherrypy3. 2024-07-26T22:14:23.995 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:14:24.013 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-07-26T22:14:24.015 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-natsort. 2024-07-26T22:14:24.042 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-07-26T22:14:24.044 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:14:24.081 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-07-26T22:14:24.292 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-requests. 2024-07-26T22:14:24.319 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-07-26T22:14:24.351 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:14:24.398 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-natsort. 2024-07-26T22:14:24.426 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-07-26T22:14:24.465 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-07-26T22:14:24.602 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-logutils. 2024-07-26T22:14:24.628 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-werkzeug. 2024-07-26T22:14:24.629 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-07-26T22:14:24.644 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-07-26T22:14:24.668 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-07-26T22:14:24.678 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:14:24.776 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-logutils. 2024-07-26T22:14:24.808 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-07-26T22:14:24.842 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-07-26T22:14:24.973 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-07-26T22:14:24.979 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-markupsafe. 2024-07-26T22:14:24.989 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:25.006 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-07-26T22:14:25.023 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:25.045 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:14:25.087 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-markupsafe. 2024-07-26T22:14:25.105 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-07-26T22:14:25.137 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:14:25.348 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-mako. 2024-07-26T22:14:25.376 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-07-26T22:14:25.403 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-07-26T22:14:25.415 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:14:25.423 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-mako. 2024-07-26T22:14:25.430 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:25.450 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-07-26T22:14:25.469 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:25.489 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:14:25.743 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-simplegeneric. 2024-07-26T22:14:25.770 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-07-26T22:14:25.780 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-bcrypt. 2024-07-26T22:14:25.801 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:14:25.807 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-07-26T22:14:25.826 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-simplegeneric. 2024-07-26T22:14:25.853 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-07-26T22:14:25.863 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:14:25.892 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:14:26.087 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-singledispatch. 2024-07-26T22:14:26.115 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-07-26T22:14:26.125 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-openssl. 2024-07-26T22:14:26.152 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-07-26T22:14:26.154 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:14:26.183 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-07-26T22:14:26.195 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-singledispatch. 2024-07-26T22:14:26.222 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-07-26T22:14:26.261 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:14:26.442 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-webob. 2024-07-26T22:14:26.467 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-07-26T22:14:26.506 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:14:26.528 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr. 2024-07-26T22:14:26.548 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-webob. 2024-07-26T22:14:26.555 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:26.575 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-07-26T22:14:26.594 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:26.622 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:14:26.884 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-waitress. 2024-07-26T22:14:26.912 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-07-26T22:14:26.954 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:14:26.967 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-waitress. 2024-07-26T22:14:26.995 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-07-26T22:14:26.997 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mon. 2024-07-26T22:14:27.025 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:27.037 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:14:27.064 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:27.287 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-tempita. 2024-07-26T22:14:27.315 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-07-26T22:14:27.328 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-tempita. 2024-07-26T22:14:27.354 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:14:27.356 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-07-26T22:14:27.395 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:14:27.609 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-osd. 2024-07-26T22:14:27.614 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-paste. 2024-07-26T22:14:27.631 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-07-26T22:14:27.636 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:27.665 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:14:27.667 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:27.697 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-paste. 2024-07-26T22:14:27.724 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-07-26T22:14:27.764 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:14:27.976 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-07-26T22:14:27.992 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-07-26T22:14:28.034 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:14:28.092 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-07-26T22:14:28.119 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-07-26T22:14:28.159 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:14:28.337 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pastedeploy. 2024-07-26T22:14:28.365 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-07-26T22:14:28.404 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:14:28.478 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pastedeploy. 2024-07-26T22:14:28.505 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-07-26T22:14:28.544 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:14:28.682 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-webtest. 2024-07-26T22:14:28.709 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-07-26T22:14:28.729 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph. 2024-07-26T22:14:28.748 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-07-26T22:14:28.756 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../066-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:28.795 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:28.856 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-webtest. 2024-07-26T22:14:28.883 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-07-26T22:14:28.922 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-07-26T22:14:29.009 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pecan. 2024-07-26T22:14:29.025 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-07-26T22:14:29.059 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:14:29.115 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-fuse. 2024-07-26T22:14:29.142 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:29.181 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:29.292 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pecan. 2024-07-26T22:14:29.319 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-07-26T22:14:29.364 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-certifi. 2024-07-26T22:14:29.367 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:14:29.377 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-07-26T22:14:29.414 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-07-26T22:14:29.526 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mds. 2024-07-26T22:14:29.553 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:29.584 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:29.733 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-idna. 2024-07-26T22:14:29.761 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-07-26T22:14:29.788 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-certifi. 2024-07-26T22:14:29.800 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:14:29.815 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-07-26T22:14:29.863 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-07-26T22:14:29.938 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package cephadm. 2024-07-26T22:14:30.043 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../069-cephadm_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:30.043 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:30.120 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-urllib3. 2024-07-26T22:14:30.147 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-07-26T22:14:30.186 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:14:30.233 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-idna. 2024-07-26T22:14:30.260 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-07-26T22:14:30.299 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:14:30.315 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-asyncssh. 2024-07-26T22:14:30.342 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-07-26T22:14:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-07-26T22:14:30.531 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-requests. 2024-07-26T22:14:30.558 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-07-26T22:14:30.597 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:14:30.635 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-urllib3. 2024-07-26T22:14:30.662 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-07-26T22:14:30.701 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:14:30.851 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-babel-localedata. 2024-07-26T22:14:30.913 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-werkzeug. 2024-07-26T22:14:30.913 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:30.917 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:30.935 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-07-26T22:14:30.975 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:14:31.005 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-requests. 2024-07-26T22:14:31.032 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-07-26T22:14:31.072 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:14:31.270 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-07-26T22:14:31.286 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:31.328 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:31.349 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-werkzeug. 2024-07-26T22:14:31.377 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-07-26T22:14:31.407 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:14:31.725 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-07-26T22:14:31.752 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:31.791 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:31.801 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-07-26T22:14:31.823 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:31.910 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:31.964 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-babel. 2024-07-26T22:14:31.992 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:32.030 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:32.060 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-bcrypt. 2024-07-26T22:14:32.076 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-07-26T22:14:32.110 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:14:32.290 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-07-26T22:14:32.306 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:32.348 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:32.359 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-jinja2. 2024-07-26T22:14:32.386 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-07-26T22:14:32.405 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-openssl. 2024-07-26T22:14:32.425 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:14:32.432 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-07-26T22:14:32.471 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-07-26T22:14:32.668 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-bcrypt. 2024-07-26T22:14:32.695 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-07-26T22:14:32.734 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:14:32.804 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-07-26T22:14:32.808 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr. 2024-07-26T22:14:32.831 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:32.835 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:32.870 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:32.875 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:33.012 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-openssl. 2024-07-26T22:14:33.039 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-07-26T22:14:33.070 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-07-26T22:14:33.223 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-repoze.lru. 2024-07-26T22:14:33.250 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-07-26T22:14:33.252 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mon. 2024-07-26T22:14:33.279 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:33.289 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-07-26T22:14:33.319 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:33.390 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr. 2024-07-26T22:14:33.417 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:33.456 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:33.559 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-routes. 2024-07-26T22:14:33.575 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-07-26T22:14:33.608 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:14:33.851 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mon. 2024-07-26T22:14:33.864 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-osd. 2024-07-26T22:14:33.878 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:33.891 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:33.917 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:33.922 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:33.937 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-07-26T22:14:33.964 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:34.003 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:34.563 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-osd. 2024-07-26T22:14:34.590 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:34.629 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:35.000 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph. 2024-07-26T22:14:35.016 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../066-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:35.059 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:35.387 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-fuse. 2024-07-26T22:14:35.414 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:35.453 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:35.691 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph. 2024-07-26T22:14:35.707 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../066-ceph_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:35.740 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:35.781 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mds. 2024-07-26T22:14:35.808 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:35.848 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:36.043 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-fuse. 2024-07-26T22:14:36.071 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:36.109 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:36.184 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package cephadm. 2024-07-26T22:14:36.199 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../069-cephadm_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:36.242 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:36.479 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mds. 2024-07-26T22:14:36.507 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:36.546 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:36.672 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-asyncssh. 2024-07-26T22:14:36.699 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-07-26T22:14:36.717 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-07-26T22:14:36.735 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-07-26T22:14:36.738 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-07-26T22:14:36.775 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:14:36.966 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package cephadm. 2024-07-26T22:14:36.993 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../069-cephadm_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:37.040 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:37.066 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python-babel-localedata. 2024-07-26T22:14:37.082 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:37.124 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:37.287 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-joblib. 2024-07-26T22:14:37.315 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-07-26T22:14:37.353 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:14:37.443 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-asyncssh. 2024-07-26T22:14:37.471 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-07-26T22:14:37.518 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-07-26T22:14:37.707 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-07-26T22:14:37.734 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-07-26T22:14:37.764 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:14:37.837 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python-babel-localedata. 2024-07-26T22:14:37.865 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:37.904 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:38.043 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-sklearn. 2024-07-26T22:14:38.071 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-07-26T22:14:38.109 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:14:38.146 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-babel. 2024-07-26T22:14:38.173 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:38.212 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:38.540 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-jinja2. 2024-07-26T22:14:38.567 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-07-26T22:14:38.606 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:14:38.768 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-07-26T22:14:38.796 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:38.919 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:38.959 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-babel. 2024-07-26T22:14:38.976 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-07-26T22:14:38.986 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-07-26T22:14:39.003 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:39.017 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:14:39.042 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:39.286 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-jinja2. 2024-07-26T22:14:39.302 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-07-26T22:14:39.336 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:14:39.371 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-repoze.lru. 2024-07-26T22:14:39.398 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-07-26T22:14:39.437 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-07-26T22:14:39.664 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-07-26T22:14:39.692 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:39.722 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:39.749 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-routes. 2024-07-26T22:14:39.776 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-07-26T22:14:39.815 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:14:39.848 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-cachetools. 2024-07-26T22:14:39.876 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-07-26T22:14:39.948 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-07-26T22:14:40.042 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-repoze.lru. 2024-07-26T22:14:40.058 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-07-26T22:14:40.092 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-07-26T22:14:40.351 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyasn1. 2024-07-26T22:14:40.361 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-routes. 2024-07-26T22:14:40.379 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-07-26T22:14:40.389 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-07-26T22:14:40.417 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:14:40.428 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:14:40.501 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-07-26T22:14:40.529 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:40.568 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:40.723 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-07-26T22:14:40.744 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:40.781 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:40.904 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-07-26T22:14:40.932 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-07-26T22:14:40.962 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:14:41.248 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-rsa. 2024-07-26T22:14:41.276 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-07-26T22:14:41.307 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-rsa (4.8-1) ... 2024-07-26T22:14:41.619 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-google-auth. 2024-07-26T22:14:41.647 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-07-26T22:14:41.685 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-07-26T22:14:42.014 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-07-26T22:14:42.042 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-07-26T22:14:42.080 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:14:42.391 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-websocket. 2024-07-26T22:14:42.419 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-07-26T22:14:42.458 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-07-26T22:14:42.770 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-kubernetes. 2024-07-26T22:14:42.798 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-07-26T22:14:42.836 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:14:43.339 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-07-26T22:14:43.357 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-07-26T22:14:43.397 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:14:43.433 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-07-26T22:14:43.451 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:43.491 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:43.627 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-07-26T22:14:43.657 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-07-26T22:14:43.701 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:14:43.803 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libonig5:amd64. 2024-07-26T22:14:43.826 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-joblib. 2024-07-26T22:14:43.830 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-07-26T22:14:43.842 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-07-26T22:14:43.869 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:14:43.884 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:14:44.172 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libjq1:amd64. 2024-07-26T22:14:44.172 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-joblib. 2024-07-26T22:14:44.188 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:44.199 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-07-26T22:14:44.230 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:14:44.238 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:14:44.246 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-07-26T22:14:44.274 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-07-26T22:14:44.312 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:14:44.458 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package jq. 2024-07-26T22:14:44.475 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:44.516 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-07-26T22:14:44.558 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-07-26T22:14:44.574 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-07-26T22:14:44.582 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-sklearn. 2024-07-26T22:14:44.608 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:14:44.610 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-07-26T22:14:44.648 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:14:44.768 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package socat. 2024-07-26T22:14:44.785 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-07-26T22:14:44.827 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:14:44.894 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-sklearn. 2024-07-26T22:14:44.922 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-07-26T22:14:44.960 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:14:45.155 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package xmlstarlet. 2024-07-26T22:14:45.184 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-07-26T22:14:45.222 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:14:45.340 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-07-26T22:14:45.357 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:45.476 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:45.610 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-07-26T22:14:45.618 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-test. 2024-07-26T22:14:45.627 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:45.646 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:45.684 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:45.745 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:46.429 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-cachetools. 2024-07-26T22:14:46.457 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-07-26T22:14:46.495 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-07-26T22:14:46.742 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-cachetools. 2024-07-26T22:14:46.759 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-07-26T22:14:46.764 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pyasn1. 2024-07-26T22:14:46.781 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-07-26T22:14:46.792 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-07-26T22:14:46.814 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:14:47.028 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pyasn1. 2024-07-26T22:14:47.045 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-07-26T22:14:47.076 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-07-26T22:14:47.078 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:14:47.093 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-07-26T22:14:47.134 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:14:47.423 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-rsa. 2024-07-26T22:14:47.449 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-07-26T22:14:47.490 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-rsa (4.8-1) ... 2024-07-26T22:14:47.632 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-07-26T22:14:47.660 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-07-26T22:14:47.698 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:14:47.791 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-google-auth. 2024-07-26T22:14:47.812 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-07-26T22:14:47.849 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-07-26T22:14:48.001 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-rsa. 2024-07-26T22:14:48.029 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-07-26T22:14:48.067 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-rsa (4.8-1) ... 2024-07-26T22:14:48.152 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-07-26T22:14:48.180 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-07-26T22:14:48.188 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package ceph-volume. 2024-07-26T22:14:48.217 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:48.218 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:14:48.255 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:48.388 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-google-auth. 2024-07-26T22:14:48.416 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-07-26T22:14:48.454 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-07-26T22:14:48.505 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-websocket. 2024-07-26T22:14:48.521 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-07-26T22:14:48.558 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-07-26T22:14:48.559 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package libcephfs-dev. 2024-07-26T22:14:48.576 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:48.617 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:48.774 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-07-26T22:14:48.802 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-07-26T22:14:48.825 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-kubernetes. 2024-07-26T22:14:48.849 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:14:48.853 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-07-26T22:14:48.882 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:14:48.936 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-socket:amd64. 2024-07-26T22:14:48.965 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-07-26T22:14:49.003 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:14:49.110 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-websocket. 2024-07-26T22:14:49.126 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-07-26T22:14:49.160 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-07-26T22:14:49.341 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package lua-sec:amd64. 2024-07-26T22:14:49.369 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-07-26T22:14:49.407 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:14:49.446 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-kubernetes. 2024-07-26T22:14:49.474 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-07-26T22:14:49.506 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-07-26T22:14:49.512 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:14:49.522 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:49.563 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:49.728 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package nvme-cli. 2024-07-26T22:14:49.756 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-07-26T22:14:49.794 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:14:49.883 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libonig5:amd64. 2024-07-26T22:14:49.911 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-07-26T22:14:49.949 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:14:50.193 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-07-26T22:14:50.210 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:50.233 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package pkg-config. 2024-07-26T22:14:50.251 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:50.252 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libjq1:amd64. 2024-07-26T22:14:50.261 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-07-26T22:14:50.282 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:50.299 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:14:50.318 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:14:50.561 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-07-26T22:14:50.571 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libonig5:amd64. 2024-07-26T22:14:50.589 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-07-26T22:14:50.599 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-07-26T22:14:50.627 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:14:50.645 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:14:50.763 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package jq. 2024-07-26T22:14:50.791 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:50.829 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-07-26T22:14:50.940 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libjq1:amd64. 2024-07-26T22:14:50.968 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:50.998 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:14:51.056 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-iniconfig. 2024-07-26T22:14:51.084 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-07-26T22:14:51.091 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package socat. 2024-07-26T22:14:51.119 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-07-26T22:14:51.121 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-07-26T22:14:51.173 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:14:51.243 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package jq. 2024-07-26T22:14:51.271 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-07-26T22:14:51.309 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-07-26T22:14:51.425 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pastescript. 2024-07-26T22:14:51.453 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-07-26T22:14:51.468 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package xmlstarlet. 2024-07-26T22:14:51.491 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-07-26T22:14:51.496 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-07-26T22:14:51.535 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:14:51.562 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package socat. 2024-07-26T22:14:51.590 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-07-26T22:14:51.628 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:14:51.820 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pluggy. 2024-07-26T22:14:51.848 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-07-26T22:14:51.886 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:14:51.889 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-test. 2024-07-26T22:14:51.906 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:51.926 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package xmlstarlet. 2024-07-26T22:14:51.940 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-07-26T22:14:51.956 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:51.981 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:14:52.147 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-psutil. 2024-07-26T22:14:52.164 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-07-26T22:14:52.205 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-07-26T22:14:52.344 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-test. 2024-07-26T22:14:52.360 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../097-ceph-test_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:52.402 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:52.508 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-py. 2024-07-26T22:14:52.525 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-07-26T22:14:52.575 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-py (1.10.0-1) ... 2024-07-26T22:14:52.870 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pygments. 2024-07-26T22:14:52.899 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-07-26T22:14:52.928 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:14:53.357 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pyinotify. 2024-07-26T22:14:53.386 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-07-26T22:14:53.424 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:14:53.751 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-toml. 2024-07-26T22:14:53.780 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-07-26T22:14:53.818 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-07-26T22:14:54.121 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-pytest. 2024-07-26T22:14:54.149 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-07-26T22:14:54.187 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:14:54.460 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package ceph-volume. 2024-07-26T22:14:54.489 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:54.526 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:54.549 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package python3-simplejson. 2024-07-26T22:14:54.578 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-07-26T22:14:54.615 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:14:54.830 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package libcephfs-dev. 2024-07-26T22:14:54.898 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-07-26T22:14:54.898 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package ceph-volume. 2024-07-26T22:14:54.898 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-5372-g67f28c2a-1jammy_all.deb ... 2024-07-26T22:14:54.898 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:54.898 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:54.910 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-07-26T22:14:54.931 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:54.951 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:14:55.175 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package lua-socket:amd64. 2024-07-26T22:14:55.203 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-07-26T22:14:55.235 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package libcephfs-dev. 2024-07-26T22:14:55.241 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:14:55.251 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:55.293 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:55.546 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package lua-sec:amd64. 2024-07-26T22:14:55.574 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-07-26T22:14:55.604 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package lua-socket:amd64. 2024-07-26T22:14:55.612 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:14:55.632 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-07-26T22:14:55.638 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package radosgw. 2024-07-26T22:14:55.656 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../116-radosgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:55.670 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:14:55.696 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:55.975 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package lua-sec:amd64. 2024-07-26T22:14:56.000 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package nvme-cli. 2024-07-26T22:14:56.001 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-07-26T22:14:56.028 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-07-26T22:14:56.033 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:14:56.066 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:14:56.403 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package nvme-cli. 2024-07-26T22:14:56.432 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.2_amd64.deb ... 2024-07-26T22:14:56.470 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:14:56.504 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package pkg-config. 2024-07-26T22:14:56.533 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-07-26T22:14:56.571 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:14:56.775 INFO:teuthology.orchestra.run.smithi026.stdout:Selecting previously unselected package rbd-fuse. 2024-07-26T22:14:56.792 INFO:teuthology.orchestra.run.smithi026.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:14:56.832 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-07-26T22:14:56.833 INFO:teuthology.orchestra.run.smithi026.stdout:Unpacking rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:56.861 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-07-26T22:14:56.892 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package pkg-config. 2024-07-26T22:14:56.898 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:14:56.920 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-07-26T22:14:56.958 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:14:57.156 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-07-26T22:14:57.211 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-07-26T22:14:57.240 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-07-26T22:14:57.277 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:14:57.377 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-iniconfig. 2024-07-26T22:14:57.404 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:14:57.405 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-07-26T22:14:57.443 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-07-26T22:14:57.505 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:14:57.672 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-iniconfig. 2024-07-26T22:14:57.689 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-07-26T22:14:57.712 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pastescript. 2024-07-26T22:14:57.729 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-07-26T22:14:57.730 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-07-26T22:14:57.753 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-07-26T22:14:57.762 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-07-26T22:14:58.033 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pastescript. 2024-07-26T22:14:58.062 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-07-26T22:14:58.066 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pluggy. 2024-07-26T22:14:58.094 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-07-26T22:14:58.108 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-07-26T22:14:58.121 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-07-26T22:14:58.132 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:14:58.427 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-psutil. 2024-07-26T22:14:58.428 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pluggy. 2024-07-26T22:14:58.455 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-07-26T22:14:58.456 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-07-26T22:14:58.493 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-07-26T22:14:58.494 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:14:58.587 INFO:teuthology.orchestra.run.smithi026.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-07-26T22:14:58.690 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:14:58.806 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-psutil. 2024-07-26T22:14:58.830 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-py. 2024-07-26T22:14:58.834 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-07-26T22:14:58.858 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-07-26T22:14:58.872 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-07-26T22:14:58.896 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-py (1.10.0-1) ... 2024-07-26T22:14:59.191 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-py. 2024-07-26T22:14:59.199 INFO:teuthology.orchestra.run.smithi026.stdout:Adding system user cephadm....done 2024-07-26T22:14:59.199 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pygments. 2024-07-26T22:14:59.220 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-07-26T22:14:59.228 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-07-26T22:14:59.266 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:14:59.266 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-py (1.10.0-1) ... 2024-07-26T22:14:59.355 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:14:59.603 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pygments. 2024-07-26T22:14:59.632 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-07-26T22:14:59.656 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:14:59.669 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:14:59.728 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pyinotify. 2024-07-26T22:14:59.757 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-07-26T22:14:59.794 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:14:59.890 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:15:00.025 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:15:00.090 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pyinotify. 2024-07-26T22:15:00.105 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-toml. 2024-07-26T22:15:00.119 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-07-26T22:15:00.134 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-07-26T22:15:00.148 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:15:00.172 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-07-26T22:15:00.285 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-07-26T22:15:00.442 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-pytest. 2024-07-26T22:15:00.442 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-toml. 2024-07-26T22:15:00.470 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-07-26T22:15:00.471 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-07-26T22:15:00.499 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:15:00.500 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-07-26T22:15:00.552 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:15:00.679 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-py (1.10.0-1) ... 2024-07-26T22:15:00.787 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-pytest. 2024-07-26T22:15:00.811 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package python3-simplejson. 2024-07-26T22:15:00.815 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-07-26T22:15:00.840 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-07-26T22:15:00.853 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:15:00.869 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:15:01.005 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:15:01.164 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-07-26T22:15:01.190 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package python3-simplejson. 2024-07-26T22:15:01.192 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-07-26T22:15:01.218 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-07-26T22:15:01.222 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:15:01.248 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:15:01.374 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-07-26T22:15:01.517 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-07-26T22:15:01.534 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-07-26T22:15:01.576 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:15:01.667 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-07-26T22:15:01.893 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package radosgw. 2024-07-26T22:15:01.922 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../116-radosgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:15:01.951 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:15:02.001 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:02.211 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:15:02.288 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package radosgw. 2024-07-26T22:15:02.317 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../116-radosgw_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:15:02.354 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:02.471 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:15:02.738 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:15:02.904 INFO:teuthology.orchestra.run.smithi006.stdout:Selecting previously unselected package rbd-fuse. 2024-07-26T22:15:02.921 INFO:teuthology.orchestra.run.smithi006.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:15:02.962 INFO:teuthology.orchestra.run.smithi006.stdout:Unpacking rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:03.123 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:03.259 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-07-26T22:15:03.282 INFO:teuthology.orchestra.run.smithi062.stdout:Selecting previously unselected package rbd-fuse. 2024-07-26T22:15:03.295 INFO:teuthology.orchestra.run.smithi062.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-5372-g67f28c2a-1jammy_amd64.deb ... 2024-07-26T22:15:03.331 INFO:teuthology.orchestra.run.smithi062.stdout:Unpacking rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:03.374 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:15:03.508 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:15:03.619 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:15:03.634 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:15:03.687 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-07-26T22:15:03.743 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:15:03.760 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:15:03.937 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-07-26T22:15:04.008 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-07-26T22:15:04.028 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:15:04.062 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up nvme-cli (1.16-3ubuntu0.2) ... 2024-07-26T22:15:04.310 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-07-26T22:15:04.380 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-07-26T22:15:04.403 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-07-26T22:15:04.433 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-07-26T22:15:04.497 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:15:04.624 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-07-26T22:15:04.673 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-07-26T22:15:04.798 INFO:teuthology.orchestra.run.smithi006.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-07-26T22:15:04.861 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:04.992 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:05.076 INFO:teuthology.orchestra.run.smithi062.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-07-26T22:15:05.092 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-07-26T22:15:05.139 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:05.320 INFO:teuthology.orchestra.run.smithi006.stdout:Adding system user cephadm....done 2024-07-26T22:15:05.352 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:15:05.484 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:15:05.620 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:15:05.735 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:15:05.847 INFO:teuthology.orchestra.run.smithi062.stdout:Adding system user cephadm....done 2024-07-26T22:15:05.938 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up zip (3.0-12build2) ... 2024-07-26T22:15:06.012 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-07-26T22:15:06.064 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:15:06.105 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:15:06.297 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-07-26T22:15:06.379 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:15:06.548 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-07-26T22:15:06.630 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-07-26T22:15:06.649 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-07-26T22:15:06.774 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:15:06.890 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:15:06.908 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-07-26T22:15:07.063 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-py (1.10.0-1) ... 2024-07-26T22:15:07.168 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-07-26T22:15:07.294 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-py (1.10.0-1) ... 2024-07-26T22:15:07.360 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:15:07.376 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:15:07.486 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:15:07.597 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-07-26T22:15:07.612 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:15:07.736 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-07-26T22:15:07.905 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-07-26T22:15:07.970 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-07-26T22:15:08.006 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-07-26T22:15:08.230 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:15:08.265 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-07-26T22:15:08.289 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-07-26T22:15:08.482 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:15:08.533 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-07-26T22:15:08.540 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:15:08.741 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:15:08.793 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-07-26T22:15:08.917 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:15:09.017 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:15:09.085 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-07-26T22:15:09.193 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:15:09.260 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:09.361 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-07-26T22:15:09.502 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:15:09.561 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:15:09.603 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:15:09.620 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-ceph-argparse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:09.704 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:15:09.805 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:15:09.821 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:15:09.888 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-07-26T22:15:09.988 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:09.989 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-07-26T22:15:10.065 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:15:10.094 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-07-26T22:15:10.216 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-07-26T22:15:10.298 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:15:10.475 INFO:teuthology.orchestra.run.smithi006.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-07-26T22:15:10.476 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-07-26T22:15:10.503 INFO:teuthology.orchestra.run.smithi006.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-07-26T22:15:10.551 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:15:10.632 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:15:10.652 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-07-26T22:15:10.847 INFO:teuthology.orchestra.run.smithi062.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-07-26T22:15:10.874 INFO:teuthology.orchestra.run.smithi062.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-07-26T22:15:10.945 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-07-26T22:15:11.020 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:11.071 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-07-26T22:15:11.121 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-07-26T22:15:11.414 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:11.515 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-07-26T22:15:11.564 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:15:11.783 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-07-26T22:15:11.832 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:15:11.838 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:15:12.067 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-07-26T22:15:12.090 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:12.141 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up zip (3.0-12build2) ... 2024-07-26T22:15:12.249 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-toml (0.10.2-1) ... 2024-07-26T22:15:12.250 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:15:12.385 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up zip (3.0-12build2) ... 2024-07-26T22:15:12.511 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-07-26T22:15:12.525 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:15:12.626 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:15:12.744 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:15:12.944 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:15:13.062 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:15:13.187 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:15:13.313 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:15:13.330 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-07-26T22:15:13.439 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:15:13.480 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-07-26T22:15:13.589 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:13.715 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:15:13.748 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-07-26T22:15:13.889 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-07-26T22:15:14.031 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-07-26T22:15:14.033 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:15:14.149 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-07-26T22:15:14.157 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-07-26T22:15:14.267 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-07-26T22:15:14.409 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:15:14.459 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-07-26T22:15:14.544 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-07-26T22:15:14.777 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:15:14.795 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:15:14.885 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-07-26T22:15:15.046 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-07-26T22:15:15.070 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:15:15.136 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-07-26T22:15:15.313 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:15:15.421 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:15:15.439 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-07-26T22:15:15.512 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-07-26T22:15:15.680 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:15:15.732 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:15:15.788 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-07-26T22:15:15.807 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:15.858 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:15:16.108 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:15:16.148 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-07-26T22:15:16.150 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:15:16.407 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-07-26T22:15:16.442 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:15:16.477 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:15:16.558 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:16.745 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:15:16.860 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-07-26T22:15:16.871 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:15:16.997 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:17.085 INFO:teuthology.orchestra.run.smithi026.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-07-26T22:15:17.186 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-07-26T22:15:17.315 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:15:17.442 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:15:17.723 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:15:17.834 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:15:17.991 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:18.094 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up lua-any (27ubuntu1) ... 2024-07-26T22:15:18.125 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-toml (0.10.2-1) ... 2024-07-26T22:15:18.220 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-portend (3.0.0-1) ... 2024-07-26T22:15:18.368 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:15:18.383 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-07-26T22:15:18.487 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:18.511 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:15:18.626 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:18.630 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:15:18.637 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:15:18.760 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-toml (0.10.2-1) ... 2024-07-26T22:15:18.938 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:15:18.973 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:15:19.128 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-07-26T22:15:19.197 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-07-26T22:15:19.229 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-07-26T22:15:19.291 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:15:19.330 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-07-26T22:15:19.457 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:19.567 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-07-26T22:15:19.583 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:15:19.623 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-07-26T22:15:19.667 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rsa (4.8-1) ... 2024-07-26T22:15:19.909 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:15:19.924 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-07-26T22:15:19.944 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-07-26T22:15:20.152 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-07-26T22:15:20.183 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:20.228 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:15:20.310 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-07-26T22:15:20.403 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-07-26T22:15:20.581 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:15:20.661 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-07-26T22:15:20.671 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:15:20.920 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-07-26T22:15:20.930 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-07-26T22:15:20.967 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-07-26T22:15:21.171 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-07-26T22:15:21.206 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:15:21.251 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:15:21.332 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-07-26T22:15:21.414 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-07-26T22:15:21.604 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:15:21.617 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:15:21.665 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-07-26T22:15:21.726 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:15:21.730 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:21.856 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:21.941 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-07-26T22:15:21.990 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:15:22.027 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:15:22.042 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-07-26T22:15:22.285 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:22.318 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-07-26T22:15:22.320 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:15:22.394 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:22.444 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-07-26T22:15:22.537 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-07-26T22:15:22.579 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:15:22.705 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:15:22.737 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-07-26T22:15:22.822 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:22.831 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:22.930 INFO:teuthology.orchestra.run.smithi006.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-07-26T22:15:22.948 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:23.029 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-07-26T22:15:23.057 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:23.208 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:15:23.261 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:23.262 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:23.264 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-07-26T22:15:23.326 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:15:23.390 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-07-26T22:15:23.516 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-07-26T22:15:23.604 INFO:teuthology.orchestra.run.smithi062.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-07-26T22:15:23.727 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:15:23.742 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:23.843 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:23.851 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-07-26T22:15:23.953 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:23.977 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-07-26T22:15:23.995 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up lua-any (27ubuntu1) ... 2024-07-26T22:15:24.079 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:15:24.121 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-portend (3.0.0-1) ... 2024-07-26T22:15:24.370 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-07-26T22:15:24.405 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:24.531 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:15:24.629 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up lua-any (27ubuntu1) ... 2024-07-26T22:15:24.730 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-portend (3.0.0-1) ... 2024-07-26T22:15:24.843 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:15:24.981 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-07-26T22:15:25.107 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-07-26T22:15:25.152 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:15:25.391 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:25.408 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-07-26T22:15:25.437 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-07-26T22:15:25.491 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:25.563 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-rsa (4.8-1) ... 2024-07-26T22:15:25.601 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:25.726 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-07-26T22:15:25.735 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:25.847 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-07-26T22:15:25.861 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:26.010 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-07-26T22:15:26.123 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:15:26.136 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-rsa (4.8-1) ... 2024-07-26T22:15:26.379 INFO:teuthology.orchestra.run.smithi026.stdout:Adding group ceph....done 2024-07-26T22:15:26.396 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-07-26T22:15:26.460 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:15:26.663 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-07-26T22:15:26.706 INFO:teuthology.orchestra.run.smithi026.stdout:Adding system user ceph....done 2024-07-26T22:15:26.845 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-07-26T22:15:26.875 INFO:teuthology.orchestra.run.smithi026.stdout:Setting system user ceph properties....done 2024-07-26T22:15:26.893 INFO:teuthology.orchestra.run.smithi026.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-07-26T22:15:27.000 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-07-26T22:15:27.057 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-07-26T22:15:27.138 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:15:27.368 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-07-26T22:15:27.410 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-07-26T22:15:27.491 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:15:27.616 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:27.661 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-07-26T22:15:27.743 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:27.852 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:15:27.910 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.038 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.039 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-07-26T22:15:28.165 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up librados2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.197 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.291 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libsqlite3-mod-ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.323 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.417 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-07-26T22:15:28.449 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-07-26T22:15:28.526 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:28.526 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:28.717 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.753 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libcephfs2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.826 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.879 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libradosstriper1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.928 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:28.999 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.005 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-07-26T22:15:29.138 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:29.138 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:29.290 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up librbd1 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.349 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-07-26T22:15:29.432 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr-modules-core (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.567 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.612 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.738 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.784 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:29.785 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-07-26T22:15:29.800 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.864 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:29.990 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:15:30.030 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:30.030 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:30.235 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up libcephfs-dev (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:30.361 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-rados (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:30.487 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up librgw2 (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:30.519 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:30.588 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-07-26T22:15:30.729 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:30.729 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:31.178 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.269 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.395 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.459 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:31.459 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:31.521 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.647 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.790 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.899 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-rbd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:31.938 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.034 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up rbd-fuse (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.064 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.160 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-rgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.286 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up python3-cephfs (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.307 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.375 INFO:teuthology.orchestra.run.smithi006.stdout:Adding group ceph....done 2024-07-26T22:15:32.411 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-common (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:32.530 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:32.530 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:32.726 INFO:teuthology.orchestra.run.smithi006.stdout:Adding system user ceph....done 2024-07-26T22:15:32.895 INFO:teuthology.orchestra.run.smithi006.stdout:Setting system user ceph properties....done 2024-07-26T22:15:32.907 INFO:teuthology.orchestra.run.smithi006.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-07-26T22:15:32.921 INFO:teuthology.orchestra.run.smithi062.stdout:Adding group ceph....done 2024-07-26T22:15:32.984 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:33.055 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-07-26T22:15:33.118 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:33.236 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:33.281 INFO:teuthology.orchestra.run.smithi062.stdout:Adding system user ceph....done 2024-07-26T22:15:33.387 INFO:teuthology.orchestra.run.smithi026.stdout:Setting up ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:33.411 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-07-26T22:15:33.451 INFO:teuthology.orchestra.run.smithi062.stdout:Setting system user ceph properties....done 2024-07-26T22:15:33.466 INFO:teuthology.orchestra.run.smithi062.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-07-26T22:15:33.606 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-07-26T22:15:33.790 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-07-26T22:15:33.858 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:33.907 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-07-26T22:15:33.938 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-07-26T22:15:33.984 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:34.043 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-07-26T22:15:34.413 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-test (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:34.446 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:34.446 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:34.513 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up radosgw (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:34.878 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:34.957 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:34.957 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-07-26T22:15:35.160 INFO:teuthology.orchestra.run.smithi026.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-07-26T22:15:35.236 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-07-26T22:15:35.407 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-base (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:35.721 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:35.730 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-07-26T22:15:35.834 INFO:teuthology.orchestra.run.smithi026.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-07-26T22:15:35.842 DEBUG:teuthology.parallel:result is None 2024-07-26T22:15:35.971 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:35.971 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:36.211 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mds (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:36.439 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:36.481 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:36.481 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-07-26T22:15:36.672 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:36.672 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:36.954 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:37.157 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:37.185 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:37.185 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-07-26T22:15:37.463 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:37.463 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:37.630 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-osd (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:37.898 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:37.898 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-07-26T22:15:37.935 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.061 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.212 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.349 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr-k8sevents (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.430 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:38.430 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:38.449 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.592 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mon (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:38.809 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:38.809 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-07-26T22:15:38.863 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.014 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.140 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.291 INFO:teuthology.orchestra.run.smithi006.stdout:Setting up ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.373 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr-cephadm (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.606 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.661 INFO:teuthology.orchestra.run.smithi006.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-07-26T22:15:39.732 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-mgr-dashboard (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.770 INFO:teuthology.orchestra.run.smithi006.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-07-26T22:15:39.883 INFO:teuthology.orchestra.run.smithi062.stdout:Setting up ceph-volume (19.0.0-5372-g67f28c2a-1jammy) ... 2024-07-26T22:15:39.906 INFO:teuthology.orchestra.run.smithi006.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-07-26T22:15:40.237 INFO:teuthology.orchestra.run.smithi062.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-07-26T22:15:40.346 INFO:teuthology.orchestra.run.smithi062.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-07-26T22:15:40.490 INFO:teuthology.orchestra.run.smithi062.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-07-26T22:15:41.007 INFO:teuthology.orchestra.run.smithi006.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-07-26T22:15:41.632 INFO:teuthology.orchestra.run.smithi062.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-07-26T22:15:41.701 INFO:teuthology.orchestra.run.smithi006.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-07-26T22:15:41.708 DEBUG:teuthology.parallel:result is None 2024-07-26T22:15:42.294 INFO:teuthology.orchestra.run.smithi062.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-07-26T22:15:42.300 DEBUG:teuthology.parallel:result is None 2024-07-26T22:15:42.301 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:42.450 DEBUG:teuthology.orchestra.run.smithi006:> dpkg-query -W -f '${Version}' ceph 2024-07-26T22:15:42.470 INFO:teuthology.orchestra.run.smithi006.stdout:19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.471 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.471 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372-g67f28c2a-1jammy is installed. 2024-07-26T22:15:42.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:42.609 DEBUG:teuthology.orchestra.run.smithi026:> dpkg-query -W -f '${Version}' ceph 2024-07-26T22:15:42.629 INFO:teuthology.orchestra.run.smithi026.stdout:19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.629 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.630 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372-g67f28c2a-1jammy is installed. 2024-07-26T22:15:42.631 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:42.773 DEBUG:teuthology.orchestra.run.smithi062:> dpkg-query -W -f '${Version}' ceph 2024-07-26T22:15:42.793 INFO:teuthology.orchestra.run.smithi062.stdout:19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.793 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-5372-g67f28c2a-1jammy 2024-07-26T22:15:42.793 INFO:teuthology.task.install:The correct ceph version 19.0.0-5372-g67f28c2a-1jammy is installed. 2024-07-26T22:15:42.795 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-07-26T22:15:42.795 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:15:42.795 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:15:42.811 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:15:42.811 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:15:42.825 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:15:42.826 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-07-26T22:15:42.850 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-07-26T22:15:42.850 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:15:42.851 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:15:42.866 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:15:42.921 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:15:42.921 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:15:42.936 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:15:42.990 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:15:42.991 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/daemon-helper 2024-07-26T22:15:43.005 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-07-26T22:15:43.061 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-07-26T22:15:43.061 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:15:43.062 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:15:43.075 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:15:43.129 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:15:43.129 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:15:43.143 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:15:43.199 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:15:43.200 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/adjust-ulimits 2024-07-26T22:15:43.213 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-07-26T22:15:43.269 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-07-26T22:15:43.269 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:15:43.269 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:15:43.283 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:15:43.337 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:15:43.337 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:15:43.351 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:15:43.406 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:15:43.407 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/stdin-killer 2024-07-26T22:15:43.421 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-07-26T22:15:43.478 INFO:teuthology.run_tasks:Running task cephadm... 2024-07-26T22:15:43.585 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b'} 2024-07-26T22:15:43.585 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:43.586 INFO:tasks.cephadm:Cluster fsid is 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:15:43.586 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-07-26T22:15:43.587 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.6', 'mon.b': '172.21.15.26', 'mon.c': '172.21.15.62'} 2024-07-26T22:15:43.587 INFO:tasks.cephadm:First mon is mon.a on smithi006 2024-07-26T22:15:43.587 INFO:tasks.cephadm:First mgr is a 2024-07-26T22:15:43.587 INFO:tasks.cephadm:Normalizing hostnames... 2024-07-26T22:15:43.587 DEBUG:teuthology.orchestra.run.smithi006:> sudo hostname $(hostname -s) 2024-07-26T22:15:43.603 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-07-26T22:15:43.618 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2024-07-26T22:15:43.633 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-07-26T22:15:43.633 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:43.776 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '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/81565/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-5372-g67f28c2a', 'node_name': '172.21.2.12+braggi12', '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.0.0-5372-g67f28c2a-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-07-26 15:34:08.662801', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri-testing-2024-07-26-0628', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-07-26T22:15:43.916 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-yuri-testing-2024-07-26-0628, sha1 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:15:43.918 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-07-26T22:15:43.918 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-07-26T22:15:43.918 DEBUG:teuthology.orchestra.run.smithi006:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:44.367 INFO:teuthology.orchestra.run.smithi006.stdout:-rw-rw-r-- 1 ubuntu ubuntu 797267 Jul 26 22:15 /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:44.368 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:44.806 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r-- 1 ubuntu ubuntu 797267 Jul 26 22:15 /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:44.807 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-yuri-testing-2024-07-26-0628/67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:45.311 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r-- 1 ubuntu ubuntu 797267 Jul 26 22:15 /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:45.312 DEBUG:teuthology.orchestra.run.smithi006:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:45.319 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:45.327 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-07-26T22:15:45.345 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b on all hosts... 2024-07-26T22:15:45.345 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:15:45.362 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:15:45.376 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b pull 2024-07-26T22:15:45.549 INFO:teuthology.orchestra.run.smithi006.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:15:45.561 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:15:45.569 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:16:43.282 INFO:teuthology.orchestra.run.smithi006.stdout:{ 2024-07-26T22:16:43.284 INFO:teuthology.orchestra.run.smithi006.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:16:43.284 INFO:teuthology.orchestra.run.smithi006.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:16:43.284 INFO:teuthology.orchestra.run.smithi006.stdout: "repo_digests": [ 2024-07-26T22:16:43.284 INFO:teuthology.orchestra.run.smithi006.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:16:43.284 INFO:teuthology.orchestra.run.smithi006.stdout: ] 2024-07-26T22:16:43.285 INFO:teuthology.orchestra.run.smithi006.stdout:} 2024-07-26T22:16:46.276 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2024-07-26T22:16:46.277 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-07-26T22:16:47.964 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-07-26T22:16:47.964 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev)", 2024-07-26T22:16:47.964 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "0e728b9541de49f828113b6681e8ec7c395dec6d564234fa827fff5904953237", 2024-07-26T22:16:47.964 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2024-07-26T22:16:47.964 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f" 2024-07-26T22:16:47.965 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2024-07-26T22:16:47.965 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-07-26T22:16:48.017 DEBUG:teuthology.orchestra.run.smithi006:> sudo mkdir -p /etc/ceph 2024-07-26T22:16:48.033 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2024-07-26T22:16:48.048 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2024-07-26T22:16:48.063 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 777 /etc/ceph 2024-07-26T22:16:48.089 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2024-07-26T22:16:48.103 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2024-07-26T22:16:48.117 INFO:tasks.cephadm:Writing seed config... 2024-07-26T22:16:48.119 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-07-26T22:16:48.119 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-07-26T22:16:48.119 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-07-26T22:16:48.119 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-07-26T22:16:48.119 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-07-26T22:16:48.120 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-07-26T22:16:48.120 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-07-26T22:16:48.120 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-07-26T22:16:48.120 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-07-26T22:16:48.120 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:16:48.121 DEBUG:teuthology.orchestra.run.smithi006:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-07-26T22:16:48.137 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 = 999b9430-4b9c-11ef-bcbf-c7b262605968 mon election default strategy = 3 [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 mgr/cephadm/use_agent = True [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-07-26T22:16:48.138 DEBUG:teuthology.orchestra.run.smithi006:mon.a> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service 2024-07-26T22:16:48.183 DEBUG:teuthology.orchestra.run.smithi006:mgr.a> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a.service 2024-07-26T22:16:48.226 INFO:tasks.cephadm:Bootstrapping... 2024-07-26T22:16:48.226 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b -v bootstrap --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.6 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:16:48.455 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-07-26T22:16:48.455 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b', '-v', 'bootstrap', '--fsid', '999b9430-4b9c-11ef-bcbf-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.6', '--skip-admin-label'] 2024-07-26T22:16:48.456 INFO:teuthology.orchestra.run.smithi006.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-07-26T22:16:48.456 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying podman|docker is present... 2024-07-26T22:16:48.456 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying lvm2 is present... 2024-07-26T22:16:48.456 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying time synchronization is in place... 2024-07-26T22:16:48.462 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T22:16:48.464 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T22:16:48.466 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T22:16:48.466 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.472 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-07-26T22:16:48.472 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-07-26T22:16:48.477 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-07-26T22:16:48.477 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.481 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-07-26T22:16:48.481 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout masked 2024-07-26T22:16:48.484 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-07-26T22:16:48.484 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.488 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-07-26T22:16:48.488 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-07-26T22:16:48.492 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-07-26T22:16:48.492 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.496 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:Unit ntp.service is enabled and running 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:Repeating the final host check... 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:docker (/usr/bin/docker) is present 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl is present 2024-07-26T22:16:48.500 INFO:teuthology.orchestra.run.smithi006.stdout:lvcreate is present 2024-07-26T22:16:48.503 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-07-26T22:16:48.503 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-07-26T22:16:48.507 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-07-26T22:16:48.507 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.510 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-07-26T22:16:48.510 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-07-26T22:16:48.514 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-07-26T22:16:48.514 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.518 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-07-26T22:16:48.518 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout masked 2024-07-26T22:16:48.521 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-07-26T22:16:48.521 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.524 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-07-26T22:16:48.525 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-07-26T22:16:48.528 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-07-26T22:16:48.528 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-07-26T22:16:48.532 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Unit ntp.service is enabled and running 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Host looks OK 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Cluster fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Acquiring lock 139689790104016 on /run/cephadm/999b9430-4b9c-11ef-bcbf-c7b262605968.lock 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Lock 139689790104016 acquired on /run/cephadm/999b9430-4b9c-11ef-bcbf-c7b262605968.lock 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 3300 ... 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 6789 ... 2024-07-26T22:16:48.537 INFO:teuthology.orchestra.run.smithi006.stdout:Base mon IP(s) is [172.21.15.6:3300, 172.21.15.6:6789], mon addrv is [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-07-26T22:16:48.540 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-07-26T22:16:48.540 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-07-26T22:16:48.540 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.6 2024-07-26T22:16:48.542 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-07-26T22:16:48.542 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-07-26T22:16:48.542 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-07-26T22:16:48.544 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-07-26T22:16:48.544 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-07-26T22:16:48.544 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T22:16:48.544 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-07-26T22:16:48.545 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e4/64 scope link 2024-07-26T22:16:48.545 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-07-26T22:16:48.545 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-07-26T22:16:48.546 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-07-26T22:16:48.546 INFO:teuthology.orchestra.run.smithi006.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-07-26T22:16:48.546 INFO:teuthology.orchestra.run.smithi006.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-07-26T22:16:48.546 INFO:teuthology.orchestra.run.smithi006.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b... 2024-07-26T22:16:49.350 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/docker: stdout 67f28c2a04ad1fe90ea612a39329cc6af2a92d8b: Pulling from ceph-ci/ceph 2024-07-26T22:16:49.350 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/docker: stdout Digest: sha256:fd46bde9ede4def2432cadefa11c426b21ce4629c079b59b2a34c56a2bc6262f 2024-07-26T22:16:49.350 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:16:49.351 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b 2024-07-26T22:16:51.012 INFO:teuthology.orchestra.run.smithi006.stdout:ceph: stdout ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T22:16:51.012 INFO:teuthology.orchestra.run.smithi006.stdout:Ceph version: ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev) 2024-07-26T22:16:51.012 INFO:teuthology.orchestra.run.smithi006.stdout:Extracting ceph user uid/gid from container image... 2024-07-26T22:16:52.366 INFO:teuthology.orchestra.run.smithi006.stdout:stat: stdout 167 167 2024-07-26T22:16:52.367 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial keys... 2024-07-26T22:16:53.814 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQBVIKRmgXlTDRAA+VKwsAp1eNENk8pOxxSjhA== 2024-07-26T22:16:55.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQBWIKRmLVIfJhAA3PeNCtK5jnLNzPL5ZrURcA== 2024-07-26T22:16:56.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQBXIKRm1FEwORAApKU6CGWe68ifbc3Mihx/7Q== 2024-07-26T22:16:56.436 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial monmap... 2024-07-26T22:16:57.858 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T22:16:57.858 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-07-26T22:16:57.858 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:monmaptool for a [v2:172.21.15.6:3300,v1:172.21.15.6:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:setting min_mon_release = quincy 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: set fsid to 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:16:57.859 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mon... 2024-07-26T22:16:59.260 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.718+0000 7f2be1bb4b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:16:59.260 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.718+0000 7f2be1bb4b00 1 imported monmap: 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-07-26T22:16:57.359478+0000 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.718+0000 7f2be1bb4b00 0 /usr/bin/ceph-mon: set fsid to 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: RocksDB version: 7.9.2 2024-07-26T22:16:59.261 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Git sha 0 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: DB SUMMARY 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: DB Session ID: DY3II1D3GMHLH9BAO7NJ 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-07-26T22:16:59.262 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.error_if_exists: 0 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.create_if_missing: 1 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.paranoid_checks: 1 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.env: 0x5624021a89c0 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.info_log: 0x562403560940 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:16:59.263 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.statistics: (nil) 2024-07-26T22:16:59.264 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.use_fsync: 0 2024-07-26T22:16:59.264 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_log_file_size: 0 2024-07-26T22:16:59.280 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_fallocate: 1 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.use_direct_reads: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:16:59.281 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.db_log_dir: 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.wal_dir: 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:16:59.282 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.write_buffer_manager: 0x562403559540 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:16:59.283 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.unordered_write: 0 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.row_cache: None 2024-07-26T22:16:59.284 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.wal_filter: None 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.two_write_queues: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.wal_compression: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.atomic_flush: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:16:59.285 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.log_readahead_size: 0 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_background_jobs: 2 2024-07-26T22:16:59.286 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_background_compactions: -1 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_subcompactions: 1 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_open_files: -1 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:16:59.287 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_background_flushes: -1 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Compression algorithms supported: 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kZSTD supported: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kXpressCompression supported: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kBZip2Compression supported: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kLZ4Compression supported: 1 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kZlibCompression supported: 1 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: kSnappyCompression supported: 1 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:16:59.288 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.merge_operator: 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_filter: None 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:16:59.289 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5624035605a0) 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x562403549610 2024-07-26T22:16:59.290 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-07-26T22:16:59.291 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-07-26T22:16:59.292 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression: NoCompression 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.num_levels: 7 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:16:59.293 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:16:59.294 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:16:59.295 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:16:59.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:16:59.297 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:16:59.297 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:16:59.297 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:16:59.305 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:16:59.306 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.inplace_update_support: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.bloom_locality: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.max_successive_merges: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.ttl: 2592000 2024-07-26T22:16:59.307 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enable_blob_files: false 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.min_blob_size: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:16:59.308 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 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-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 34b8dc52-a9bc-4295-ade1-16731efdd2a9 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.722+0000 7f2be1bb4b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2be1bb4b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562403576e00 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2be1bb4b00 4 rocksdb: DB pointer 0x562403652000 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2bd933f640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2bd933f640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:16:59.309 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.310 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:16:59.311 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.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-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x562403549610#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-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2be1bb4b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2be1bb4b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-mon: stderr debug 2024-07-26T22:16:58.726+0000 7f2be1bb4b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-07-26T22:16:59.312 INFO:teuthology.orchestra.run.smithi006.stdout:create mon.a on 2024-07-26T22:16:59.552 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-07-26T22:16:59.741 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-07-26T22:16:59.961 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target -> /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target. 2024-07-26T22:16:59.961 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target -> /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target. 2024-07-26T22:17:00.222 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a 2024-07-26T22:17:00.223 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service: Unit ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service not loaded. 2024-07-26T22:17:00.424 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target.wants/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service. 2024-07-26T22:17:00.435 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld does not appear to be present 2024-07-26T22:17:00.435 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T22:17:00.435 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon to start... 2024-07-26T22:17:00.435 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon... 2024-07-26T22:17:00.537 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:00 smithi006 systemd[1]: Started Ceph mon.a for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:17:02.110 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:01 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.917228+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:02.110 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:01 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.917228+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:02.110 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:01 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.912582+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:02.110 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:01 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.912582+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout cluster: 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout id: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout services: 2024-07-26T22:17:02.629 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.181646s) 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout data: 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pgs: 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:02.630 INFO:teuthology.orchestra.run.smithi006.stdout:mon is available 2024-07-26T22:17:02.631 INFO:teuthology.orchestra.run.smithi006.stdout:Assimilating anything we can from ceph.conf... 2024-07-26T22:17:03.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916129+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:03.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916129+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916318+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916318+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916329+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916329+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916347+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916347+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916361+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916361+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916372+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916372+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916385+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916385+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916397+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:17:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.916397+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.918753+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.918753+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.921053+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.921053+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.921563+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: cluster 2024-07-26T22:17:01.921563+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: audit 2024-07-26T22:17:02.097714+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.6:0/3637360255' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-07-26T22:17:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:02 smithi006 bash[21466]: audit 2024-07-26T22:17:02.097714+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.6:0/3637360255' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-07-26T22:17:04.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:03 smithi006 bash[21466]: audit 2024-07-26T22:17:03.701009+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.6:0/820018616' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:17:04.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:03 smithi006 bash[21466]: audit 2024-07-26T22:17:03.701009+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.6:0/820018616' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:17:04.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:03 smithi006 bash[21466]: audit 2024-07-26T22:17:03.703703+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.6:0/820018616' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:17:04.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:03 smithi006 bash[21466]: audit 2024-07-26T22:17:03.703703+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.6:0/820018616' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:17:04.277 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:04.277 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T22:17:04.278 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-07-26T22:17:04.279 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T22:17:04.279 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:04.279 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T22:17:04.279 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T22:17:04.279 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T22:17:04.280 INFO:teuthology.orchestra.run.smithi006.stdout:Generating new minimal ceph.conf... 2024-07-26T22:17:05.705 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:05 smithi006 bash[21466]: audit 2024-07-26T22:17:05.325859+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.6:0/646681122' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:17:05.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:05 smithi006 bash[21466]: audit 2024-07-26T22:17:05.325859+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.6:0/646681122' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:17:05.824 INFO:teuthology.orchestra.run.smithi006.stdout:Restarting the monitor... 2024-07-26T22:17:06.094 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:05 smithi006 systemd[1]: Stopping Ceph mon.a for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:17:06.095 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:05 smithi006 bash[21466]: debug 2024-07-26T22:17:05.942+0000 7fbeb6296640 -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-07-26T22:17:06.095 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:05 smithi006 bash[21466]: debug 2024-07-26T22:17:05.942+0000 7fbeb6296640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-07-26T22:17:06.596 INFO:teuthology.orchestra.run.smithi006.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-07-26T22:17:06.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:06 smithi006 bash[21856]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-mon-a 2024-07-26T22:17:06.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:06 smithi006 bash[21917]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-mon-a 2024-07-26T22:17:06.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:06 smithi006 systemd[1]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service: Deactivated successfully. 2024-07-26T22:17:06.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:06 smithi006 systemd[1]: Stopped Ceph mon.a for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:17:06.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:06 smithi006 systemd[1]: Started Ceph mon.a for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:17:08.181 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.918+0000 7f795deceb00 0 set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:17:08.181 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.918+0000 7f795deceb00 0 ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T22:17:08.181 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.918+0000 7f795deceb00 0 pidfile_write: ignore empty --pid-file 2024-07-26T22:17:08.181 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 0 load: jerasure load: lrc 2024-07-26T22:17:08.181 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: RocksDB version: 7.9.2 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Git sha 0 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: DB SUMMARY 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: DB Session ID: X2XCCAX54QJOT30YDH2K 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: CURRENT file: CURRENT 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: IDENTITY file: IDENTITY 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-07-26T22:17:08.182 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88511 ; 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.error_if_exists: 0 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.create_if_missing: 0 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.paranoid_checks: 1 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.env: 0x55806fcfe9c0 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.info_log: 0x5580716f3480 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:17:08.183 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.statistics: (nil) 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.use_fsync: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_log_file_size: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_fallocate: 1 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.use_direct_reads: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:17:08.184 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.db_log_dir: 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.wal_dir: 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:17:08.185 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.write_buffer_manager: 0x5580716f6e60 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.unordered_write: 0 2024-07-26T22:17:08.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.row_cache: None 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.wal_filter: None 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.two_write_queues: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.wal_compression: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.atomic_flush: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:17:08.187 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.log_readahead_size: 0 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:17:08.188 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_background_jobs: 2 2024-07-26T22:17:08.189 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_background_compactions: -1 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_subcompactions: 1 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_open_files: -1 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:17:08.191 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_background_flushes: -1 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Compression algorithms supported: 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kZSTD supported: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kXpressCompression supported: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kBZip2Compression supported: 0 2024-07-26T22:17:08.192 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kLZ4Compression supported: 1 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kZlibCompression supported: 1 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: kSnappyCompression supported: 1 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.merge_operator: 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_filter: None 2024-07-26T22:17:08.193 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5580716f3080) 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: cache_index_and_filter_blocks: 1 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: pin_top_level_index_and_filter: 1 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: index_type: 0 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: data_block_index_type: 0 2024-07-26T22:17:08.194 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: index_shortening: 1 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: checksum: 4 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: no_block_cache: 0 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_cache: 0x5580716e9610 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_cache_name: BinnedLRUCache 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_cache_options: 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: capacity : 536870912 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: num_shard_bits : 4 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: strict_capacity_limit : 0 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: high_pri_pool_ratio: 0.000 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_cache_compressed: (nil) 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: persistent_cache: (nil) 2024-07-26T22:17:08.195 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_size: 4096 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_size_deviation: 10 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_restart_interval: 16 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: index_block_restart_interval: 1 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: metadata_block_size: 4096 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: partition_filters: 0 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: use_delta_encoding: 1 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: filter_policy: bloomfilter 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: whole_key_filtering: 1 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: verify_compression: 0 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: read_amp_bytes_per_bit: 0 2024-07-26T22:17:08.196 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: format_version: 5 2024-07-26T22:17:08.198 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: enable_index_compression: 1 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: block_align: 0 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: max_auto_readahead_size: 262144 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: prepopulate_block_cache: 0 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: initial_auto_readahead_size: 8192 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: num_file_reads_for_auto_readahead: 2 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression: NoCompression 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.num_levels: 7 2024-07-26T22:17:08.199 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:17:08.200 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:17:08.201 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:17:08.202 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:17:08.203 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.inplace_update_support: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.bloom_locality: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.max_successive_merges: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:17:08.204 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.ttl: 2592000 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enable_blob_files: false 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.min_blob_size: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:17:08.205 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 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-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 34b8dc52-a9bc-4295-ade1-16731efdd2a9 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032227928381, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.922+0000 7f795deceb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032227929580, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85250, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83397, "index_size": 237, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77609, "raw_average_value_size": 360, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1722032227, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "34b8dc52-a9bc-4295-ade1-16731efdd2a9", "db_session_id": "X2XCCAX54QJOT30YDH2K", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032227929720, "job": 1, "event": "recovery_finished"} 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 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-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558071714e00 2024-07-26T22:17:08.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 4 rocksdb: DB pointer 0x558071812000 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f7953c96640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f7953c96640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: ** DB Stats ** 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: ** Compaction Stats [default] ** 2024-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: 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-07-26T22:17:08.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: L0 2/0 85.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Sum 2/0 85.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: ** Compaction Stats [default] ** 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: 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-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:17:08.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Cumulative compaction: 0.00 GB write, 19.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Interval compaction: 0.00 GB write, 19.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: 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-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Block cache BinnedLRUCache@0x5580716e9610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 starting mon.a rank 0 at public addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] at bind addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 1 mon.a@-1(???) e1 preinit fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).mds e1 new map 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).mds e1 print_map 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: e1 2024-07-26T22:17:08.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: btime 2024-07-26T22:17:01:916851+0000 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: 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-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: legacy client fscid: -1 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: No filesystems configured 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:07 smithi006 bash[21956]: debug 2024-07-26T22:17:07.926+0000 7f795deceb00 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954159+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954159+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-07-26T22:17:08.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954225+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954225+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954237+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954237+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954243+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954243+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954249+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954249+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954259+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954259+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954266+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954266+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954272+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:17:08.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954272+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954706+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954706+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954732+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.954732+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.955130+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-07-26T22:17:08.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 bash[21956]: cluster 2024-07-26T22:17:07.955130+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-07-26T22:17:08.712 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote config to /etc/ceph/ceph.conf 2024-07-26T22:17:08.738 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:17:08.738 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mgr... 2024-07-26T22:17:08.739 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:9283 ... 2024-07-26T22:17:08.739 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:8765 ... 2024-07-26T22:17:09.066 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T22:17:09.067 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a.service: Unit ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a.service not loaded. 2024-07-26T22:17:09.071 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:08 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:17:09.071 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:09 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:17:09.246 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968.target.wants/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service. 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld does not appear to be present 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld does not appear to be present 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr to start... 2024-07-26T22:17:09.254 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr... 2024-07-26T22:17:09.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:09 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:17:09.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:09 smithi006 bash[21956]: audit 2024-07-26T22:17:08.170142+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.6:0/4272556354' entity='client.admin' 2024-07-26T22:17:09.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:09 smithi006 bash[21956]: audit 2024-07-26T22:17:08.170142+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.6:0/4272556354' entity='client.admin' 2024-07-26T22:17:09.369 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:09 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:17:09.369 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:09 smithi006 systemd[1]: Started Ceph mgr.a for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:17:11.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:10 smithi006 bash[21956]: audit 2024-07-26T22:17:10.876874+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.6:0/1147467943' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:11.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:10 smithi006 bash[21956]: audit 2024-07-26T22:17:10.876874+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.6:0/1147467943' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:11.434 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:11.434 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:11.434 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "999b9430-4b9c-11ef-bcbf-c7b262605968", 2024-07-26T22:17:11.434 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T22:17:11.434 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-07-26T22:17:11.435 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T22:17:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T22:17:11.440 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T22:17:01:916851+0000", 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T22:17:11.441 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T22:17:01.917662+0000", 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T22:17:11.442 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:11.443 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (1/15)... 2024-07-26T22:17:14.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:14 smithi006 bash[21956]: audit 2024-07-26T22:17:14.505364+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.6:0/3086910788' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:14.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:14 smithi006 bash[21956]: audit 2024-07-26T22:17:14.505364+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.6:0/3086910788' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:14.999 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "999b9430-4b9c-11ef-bcbf-c7b262605968", 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T22:17:15.000 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T22:17:15.001 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T22:17:15.002 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T22:17:15.005 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.005 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:15.006 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T22:17:01:916851+0000", 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:15.007 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T22:17:01.917662+0000", 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:15.008 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (2/15)... 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.943292+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.943292+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.950755+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00797675s) 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.950755+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00797675s) 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951712+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951712+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951828+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:17:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951828+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951924+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.951924+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.952027+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.952027+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.952677+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.952677+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.975768+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: cluster 2024-07-26T22:17:16.975768+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-07-26T22:17:17.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.986012+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:17:17.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.986012+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:17:17.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.988890+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:17:17.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.988890+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:17:17.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.991555+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:17.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:17 smithi006 bash[21956]: audit 2024-07-26T22:17:16.991555+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: audit 2024-07-26T22:17:16.996959+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: audit 2024-07-26T22:17:16.996959+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: audit 2024-07-26T22:17:17.009107+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: audit 2024-07-26T22:17:17.009107+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.6:0/3900883286' entity='mgr.a' 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: cluster 2024-07-26T22:17:17.952607+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.00984s) 2024-07-26T22:17:18.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:18 smithi006 bash[21956]: cluster 2024-07-26T22:17:17.952607+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.00984s) 2024-07-26T22:17:19.067 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:19.068 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:19.068 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "999b9430-4b9c-11ef-bcbf-c7b262605968", 2024-07-26T22:17:19.068 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-07-26T22:17:19.068 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-07-26T22:17:19.068 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:19.069 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-07-26T22:17:19.070 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-07-26T22:17:19.074 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "btime": "2024-07-26T22:17:01:916851+0000", 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-07-26T22:17:19.075 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-07-26T22:17:19.076 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-07-26T22:17:19.077 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-07-26T22:17:01.917662+0000", 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:19.078 INFO:teuthology.orchestra.run.smithi006.stdout:mgr is available 2024-07-26T22:17:19.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:19 smithi006 bash[21956]: audit 2024-07-26T22:17:18.536141+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.6:0/2159730197' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:19.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:19 smithi006 bash[21956]: audit 2024-07-26T22:17:18.536141+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.6:0/2159730197' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-07-26T22:17:20.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:20 smithi006 bash[21956]: cluster 2024-07-26T22:17:19.011509+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-07-26T22:17:20.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:20 smithi006 bash[21956]: cluster 2024-07-26T22:17:19.011509+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-07-26T22:17:21.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:21.030 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-07-26T22:17:21.031 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-07-26T22:17:21.032 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-07-26T22:17:21.032 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-07-26T22:17:21.032 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-07-26T22:17:21.032 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling cephadm module... 2024-07-26T22:17:21.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:21 smithi006 bash[21956]: audit 2024-07-26T22:17:20.511679+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.6:0/591239956' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:17:21.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:21 smithi006 bash[21956]: audit 2024-07-26T22:17:20.511679+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.6:0/591239956' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-07-26T22:17:21.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:21 smithi006 bash[21956]: audit 2024-07-26T22:17:20.516996+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.6:0/591239956' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:17:21.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:21 smithi006 bash[21956]: audit 2024-07-26T22:17:20.516996+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.6:0/591239956' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-07-26T22:17:22.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:22 smithi006 bash[21956]: audit 2024-07-26T22:17:22.533994+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.6:0/3142879748' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-07-26T22:17:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:22 smithi006 bash[21956]: audit 2024-07-26T22:17:22.533994+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.6:0/3142879748' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-07-26T22:17:22.957 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:22 smithi006 bash[22210]: ignoring --setuser ceph since I am not root 2024-07-26T22:17:22.957 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:22 smithi006 bash[22210]: ignoring --setgroup ceph since I am not root 2024-07-26T22:17:23.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:23 smithi006 bash[21956]: audit 2024-07-26T22:17:22.585915+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.6:0/3142879748' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-07-26T22:17:23.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:23 smithi006 bash[21956]: audit 2024-07-26T22:17:22.585915+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.6:0/3142879748' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-07-26T22:17:23.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:23 smithi006 bash[21956]: cluster 2024-07-26T22:17:22.591786+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-07-26T22:17:23.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:23 smithi006 bash[21956]: cluster 2024-07-26T22:17:22.591786+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 5s) 2024-07-26T22:17:24.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:24 smithi006 bash[21956]: audit 2024-07-26T22:17:24.509894+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.6:0/3018610529' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:17:24.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:24 smithi006 bash[21956]: audit 2024-07-26T22:17:24.509894+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.6:0/3018610529' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:17:25.017 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:25.017 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-07-26T22:17:25.017 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:17:25.017 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T22:17:25.017 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T22:17:25.018 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:25.018 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for the mgr to restart... 2024-07-26T22:17:25.018 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr epoch 5... 2024-07-26T22:17:29.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.832175+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-07-26T22:17:29.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.832175+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-07-26T22:17:29.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.832648+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-07-26T22:17:29.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.832648+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.839295+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.839295+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.839529+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00706199s) 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.839529+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00706199s) 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.840874+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.840874+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.842363+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.842363+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.843991+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.843991+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.844115+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:17:29.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.844115+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:17:29.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.844233+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:17:29.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: audit 2024-07-26T22:17:28.844233+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:17:29.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.872090+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-07-26T22:17:29.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:28 smithi006 bash[21956]: cluster 2024-07-26T22:17:28.872090+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-07-26T22:17:30.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: cephadm 2024-07-26T22:17:28.884265+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-07-26T22:17:30.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: cephadm 2024-07-26T22:17:28.884265+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-07-26T22:17:30.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.889258+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.889258+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.892222+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.892222+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.895219+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.895219+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.898051+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.898051+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.900412+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.900412+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.910733+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.910733+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.912740+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:28.912740+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:17:30.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:29.582300+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:29.582300+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:29.588435+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: audit 2024-07-26T22:17:29.588435+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:30.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: cluster 2024-07-26T22:17:29.845507+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01303s) 2024-07-26T22:17:30.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:29 smithi006 bash[21956]: cluster 2024-07-26T22:17:29.845507+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01303s) 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:mgr epoch 5 is available 2024-07-26T22:17:30.398 INFO:teuthology.orchestra.run.smithi006.stdout:Setting orchestrator backend to cephadm... 2024-07-26T22:17:31.158 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:30 smithi006 bash[21956]: audit 2024-07-26T22:17:29.843108+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T22:17:31.159 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:30 smithi006 bash[21956]: audit 2024-07-26T22:17:29.843108+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-07-26T22:17:31.159 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:30 smithi006 bash[21956]: audit 2024-07-26T22:17:29.857768+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T22:17:31.159 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:30 smithi006 bash[21956]: audit 2024-07-26T22:17:29.857768+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: debug 2024-07-26T22:17:31.637+0000 7f087e815640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:22:17:31] ENGINE Error in HTTPServer.serve 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: Traceback (most recent call last): 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: self._connections.run(self.expiration_interval) 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: self._run(expiration_interval) 2024-07-26T22:17:31.900 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: s = self.context.wrap_socket( 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: return self.sslsocket_class._create( 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: self.do_handshake() 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: self._sslobj.do_handshake() 2024-07-26T22:17:31.901 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[22210]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:17:32.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cluster 2024-07-26T22:17:30.896540+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-07-26T22:17:32.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cluster 2024-07-26T22:17:30.896540+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-07-26T22:17:32.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.410892+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Bus STARTING 2024-07-26T22:17:32.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.410892+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Bus STARTING 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.512588+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Serving on http://172.21.15.6:8765 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.512588+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Serving on http://172.21.15.6:8765 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.636997+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Serving on https://172.21.15.6:7150 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.636997+0000 mgr.a (mgr.14118) 6 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Serving on https://172.21.15.6:7150 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.637203+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Bus STARTED 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.637203+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [26/Jul/2024:22:17:31] ENGINE Bus STARTED 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.638261+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.638261+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.639354+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [26/Jul/2024:22:17:31] ENGINE Error in HTTPServer.serve 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: Traceback (most recent call last): 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:17:32.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._connections.run(self.expiration_interval) 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._run(expiration_interval) 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: s = self.context.wrap_socket( 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: return self.sslsocket_class._create( 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self.do_handshake() 2024-07-26T22:17:32.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._sslobj.do_handshake() 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: cephadm 2024-07-26T22:17:31.639354+0000 mgr.a (mgr.14118) 8 : cephadm [ERR] [26/Jul/2024:22:17:31] ENGINE Error in HTTPServer.serve 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: Traceback (most recent call last): 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._connections.run(self.expiration_interval) 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:17:32.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._run(expiration_interval) 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: s = self.context.wrap_socket( 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: return self.sslsocket_class._create( 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self.do_handshake() 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:17:32.211 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: self._sslobj.do_handshake() 2024-07-26T22:17:32.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:17:32.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.731553+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:32.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.731553+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:32.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.745592+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:32.212 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:31 smithi006 bash[21956]: audit 2024-07-26T22:17:31.745592+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:33.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:32 smithi006 bash[21956]: audit 2024-07-26T22:17:31.725507+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:33.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:32 smithi006 bash[21956]: audit 2024-07-26T22:17:31.725507+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:34.113 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout value unchanged 2024-07-26T22:17:34.114 INFO:teuthology.orchestra.run.smithi006.stdout:Generating ssh key... 2024-07-26T22:17:34.189 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:33 smithi006 bash[21956]: audit 2024-07-26T22:17:33.583392+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:34.189 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:33 smithi006 bash[21956]: audit 2024-07-26T22:17:33.583392+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:35.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:35 smithi006 bash[21956]: audit 2024-07-26T22:17:35.483438+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:35 smithi006 bash[21956]: audit 2024-07-26T22:17:35.483438+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:35 smithi006 bash[21956]: cephadm 2024-07-26T22:17:35.483872+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-07-26T22:17:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:35 smithi006 bash[21956]: cephadm 2024-07-26T22:17:35.483872+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: Generating public/private rsa key pair. 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: Your identification has been saved in /tmp/tmp0yqrcaf3/key 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: Your public key has been saved in /tmp/tmp0yqrcaf3/key.pub 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: The key fingerprint is: 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: SHA256:cWweO2hsQSxJzPg4swimor23Rp+Jqi/l1DROQ2IK5cU ceph-999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:36.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: The key's randomart image is: 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: +---[RSA 3072]----+ 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: | ....=.o. | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |..o.E =... | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |.o.o o .o = | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |o. O .. B o | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |o. * * S + | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |o + = o . | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |o= . o o | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |o o + + | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: |.++=.. | 2024-07-26T22:17:36.458 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:36 smithi006 bash[22210]: +----[SHA256]-----+ 2024-07-26T22:17:37.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:37 smithi006 bash[21956]: audit 2024-07-26T22:17:36.197324+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:37 smithi006 bash[21956]: audit 2024-07-26T22:17:36.197324+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:37 smithi006 bash[21956]: audit 2024-07-26T22:17:36.202017+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:37 smithi006 bash[21956]: audit 2024-07-26T22:17:36.202017+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:38.502 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:17:38.502 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:17:38.502 INFO:teuthology.orchestra.run.smithi006.stdout:Adding key to root@localhost authorized_keys... 2024-07-26T22:17:38.502 INFO:teuthology.orchestra.run.smithi006.stdout:Adding host smithi006... 2024-07-26T22:17:38.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:38 smithi006 bash[21956]: audit 2024-07-26T22:17:38.001831+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:38.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:38 smithi006 bash[21956]: audit 2024-07-26T22:17:38.001831+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:40.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:40 smithi006 bash[21956]: audit 2024-07-26T22:17:39.958143+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi006", "addr": "172.21.15.6", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:40.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:40 smithi006 bash[21956]: audit 2024-07-26T22:17:39.958143+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi006", "addr": "172.21.15.6", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:41.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:41 smithi006 bash[21956]: cephadm 2024-07-26T22:17:41.238755+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi006 2024-07-26T22:17:41.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:41 smithi006 bash[21956]: cephadm 2024-07-26T22:17:41.238755+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi006 2024-07-26T22:17:45.542 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Added host 'smithi006' with addr '172.21.15.6' 2024-07-26T22:17:45.542 INFO:teuthology.orchestra.run.smithi006.stdout:Deploying unmanaged mon service... 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: audit 2024-07-26T22:17:44.866796+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: audit 2024-07-26T22:17:44.866796+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: cephadm 2024-07-26T22:17:44.867210+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi006 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: cephadm 2024-07-26T22:17:44.867210+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi006 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: audit 2024-07-26T22:17:44.867668+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:45 smithi006 bash[21956]: audit 2024-07-26T22:17:44.867668+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:17:47.973 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-07-26T22:17:47.973 INFO:teuthology.orchestra.run.smithi006.stdout:Deploying unmanaged mgr service... 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.407034+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.407034+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: cephadm 2024-07-26T22:17:47.409558+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: cephadm 2024-07-26T22:17:47.409558+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.412413+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.412413+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.771242+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:47.771242+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:48.368067+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:48 smithi006 bash[21956]: audit 2024-07-26T22:17:48.368067+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:49.880 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: cluster 2024-07-26T22:17:48.845472+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: cluster 2024-07-26T22:17:48.845472+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: audit 2024-07-26T22:17:49.342184+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: audit 2024-07-26T22:17:49.342184+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: cephadm 2024-07-26T22:17:49.344482+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: cephadm 2024-07-26T22:17:49.344482+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: audit 2024-07-26T22:17:49.349048+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:50 smithi006 bash[21956]: audit 2024-07-26T22:17:49.349048+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.6:0/2138534890' entity='mgr.a' 2024-07-26T22:17:52.532 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:52 smithi006 bash[21956]: cluster 2024-07-26T22:17:50.845820+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:52.532 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:52 smithi006 bash[21956]: cluster 2024-07-26T22:17:50.845820+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:52.532 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:52 smithi006 bash[21956]: audit 2024-07-26T22:17:51.250654+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.6:0/891793970' entity='client.admin' 2024-07-26T22:17:52.532 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:52 smithi006 bash[21956]: audit 2024-07-26T22:17:51.250654+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.6:0/891793970' entity='client.admin' 2024-07-26T22:17:53.594 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling the dashboard module... 2024-07-26T22:17:54.415 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:54 smithi006 bash[21956]: cluster 2024-07-26T22:17:52.846198+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:54.416 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:54 smithi006 bash[21956]: cluster 2024-07-26T22:17:52.846198+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:17:54.416 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:54 smithi006 bash[21956]: audit 2024-07-26T22:17:53.075522+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.6:0/3758611300' entity='client.admin' 2024-07-26T22:17:54.416 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:54 smithi006 bash[21956]: audit 2024-07-26T22:17:53.075522+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.6:0/3758611300' entity='client.admin' 2024-07-26T22:17:55.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:55 smithi006 bash[21956]: audit 2024-07-26T22:17:55.059786+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.6:0/963391760' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-07-26T22:17:55.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:55 smithi006 bash[21956]: audit 2024-07-26T22:17:55.059786+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.6:0/963391760' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-07-26T22:17:55.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:55 smithi006 bash[22210]: ignoring --setuser ceph since I am not root 2024-07-26T22:17:55.457 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:17:55 smithi006 bash[22210]: ignoring --setgroup ceph since I am not root 2024-07-26T22:17:56.381 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:56 smithi006 bash[21956]: audit 2024-07-26T22:17:55.080829+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.6:0/963391760' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-07-26T22:17:56.382 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:56 smithi006 bash[21956]: audit 2024-07-26T22:17:55.080829+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.6:0/963391760' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-07-26T22:17:56.382 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:56 smithi006 bash[21956]: cluster 2024-07-26T22:17:55.086729+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-07-26T22:17:56.382 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:56 smithi006 bash[21956]: cluster 2024-07-26T22:17:55.086729+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-07-26T22:17:57.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:57 smithi006 bash[21956]: audit 2024-07-26T22:17:56.991105+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.6:0/1621295345' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:17:57.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:17:57 smithi006 bash[21956]: audit 2024-07-26T22:17:56.991105+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.6:0/1621295345' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for the mgr to restart... 2024-07-26T22:17:57.592 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr epoch 9... 2024-07-26T22:18:01.655 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.344108+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-07-26T22:18:01.655 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.344108+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-07-26T22:18:01.655 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.344894+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-07-26T22:18:01.655 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.344894+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-07-26T22:18:01.655 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.351278+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.351278+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.351416+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00690252s) 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.351416+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00690252s) 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.354973+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.354973+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.357282+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.357282+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358461+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358461+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358657+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:18:01.656 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358657+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-07-26T22:18:01.657 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358837+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:18:01.657 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: audit 2024-07-26T22:18:01.358837+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-07-26T22:18:01.657 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.384135+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-07-26T22:18:01.657 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:01 smithi006 bash[21956]: cluster 2024-07-26T22:18:01.384135+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.404101+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.404101+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.406004+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.406004+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.425928+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.425928+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-07-26T22:18:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.428165+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:18:02.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: audit 2024-07-26T22:18:01.428165+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-07-26T22:18:02.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: cluster 2024-07-26T22:18:02.358472+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e11: a(active, since 1.01394s) 2024-07-26T22:18:02.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:02 smithi006 bash[21956]: cluster 2024-07-26T22:18:02.358472+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e11: a(active, since 1.01394s) 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "initialized": true 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:mgr epoch 9 is available 2024-07-26T22:18:02.919 INFO:teuthology.orchestra.run.smithi006.stdout:Generating a dashboard self-signed certificate... 2024-07-26T22:18:03.413 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: debug 2024-07-26T22:18:03.008+0000 7f3fe1342640 -1 log_channel(cephadm) log [ERR] : [26/Jul/2024:22:18:03] ENGINE Error in HTTPServer.serve 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: Traceback (most recent call last): 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: self._connections.run(self.expiration_interval) 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: self._run(expiration_interval) 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:18:03.414 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: s = self.context.wrap_socket( 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: return self.sslsocket_class._create( 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: self.do_handshake() 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: self._sslobj.do_handshake() 2024-07-26T22:18:03.415 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[22210]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:18:03.712 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:02.883507+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [26/Jul/2024:22:18:02] ENGINE Bus STARTING 2024-07-26T22:18:03.712 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:02.883507+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [26/Jul/2024:22:18:02] ENGINE Bus STARTING 2024-07-26T22:18:03.712 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.008267+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Serving on https://172.21.15.6:7150 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.008267+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Serving on https://172.21.15.6:7150 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.011640+0000 mgr.a (mgr.14150) 5 : cephadm [ERR] [26/Jul/2024:22:18:03] ENGINE Error in HTTPServer.serve 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: Traceback (most recent call last): 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._connections.run(self.expiration_interval) 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._run(expiration_interval) 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:18:03.713 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: s = self.context.wrap_socket( 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: return self.sslsocket_class._create( 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self.do_handshake() 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._sslobj.do_handshake() 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.011640+0000 mgr.a (mgr.14150) 5 : cephadm [ERR] [26/Jul/2024:22:18:03] ENGINE Error in HTTPServer.serve 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: Traceback (most recent call last): 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._connections.run(self.expiration_interval) 2024-07-26T22:18:03.714 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._run(expiration_interval) 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: new_conn = self._from_server_socket(self.server.socket) 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: s = self.context.wrap_socket( 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: return self.sslsocket_class._create( 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-07-26T22:18:03.715 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self.do_handshake() 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: self._sslobj.do_handshake() 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.109241+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Serving on http://172.21.15.6:8765 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.109241+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Serving on http://172.21.15.6:8765 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.109331+0000 mgr.a (mgr.14150) 7 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Bus STARTED 2024-07-26T22:18:03.716 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:03 smithi006 bash[21956]: cephadm 2024-07-26T22:18:03.109331+0000 mgr.a (mgr.14150) 7 : cephadm [INF] [26/Jul/2024:22:18:03] ENGINE Bus STARTED 2024-07-26T22:18:04.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:04 smithi006 bash[21956]: cluster 2024-07-26T22:18:03.411201+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-07-26T22:18:04.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:04 smithi006 bash[21956]: cluster 2024-07-26T22:18:03.411201+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-07-26T22:18:04.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-07-26T22:18:04.939 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial admin user... 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.321579+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.321579+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.431031+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.431031+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.436006+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:05.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:05 smithi006 bash[21956]: audit 2024-07-26T22:18:04.436006+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:07.121 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$itqO51V5T0ylGbXqV2WcCenLOjL29IA24vDTNKNKhb0oZGFCjoMs.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1722032286, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-07-26T22:18:07.121 INFO:teuthology.orchestra.run.smithi006.stdout:Fetching dashboard port number... 2024-07-26T22:18:07.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:07 smithi006 bash[21956]: audit 2024-07-26T22:18:06.279729+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' 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-07-26T22:18:07.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:07 smithi006 bash[21956]: audit 2024-07-26T22:18:06.279729+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' 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-07-26T22:18:07.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:07 smithi006 bash[21956]: audit 2024-07-26T22:18:06.581580+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:07.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:07 smithi006 bash[21956]: audit 2024-07-26T22:18:06.581580+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: cluster 2024-07-26T22:18:07.592749+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: cluster 2024-07-26T22:18:07.592749+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.154155+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.154155+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.154894+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.154894+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:18:08.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.158747+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.158747+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.160178+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi006", "caps": []} : dispatch 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.160178+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi006", "caps": []} : dispatch 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.160806+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi006", "caps": []}]': finished 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.160806+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi006", "caps": []}]': finished 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.476576+0000 mon.a (mon.0) 100 : audit [DBG] from='client.? 172.21.15.6:0/2626320364' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-07-26T22:18:08.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:08 smithi006 bash[21956]: audit 2024-07-26T22:18:08.476576+0000 mon.a (mon.0) 100 : audit [DBG] from='client.? 172.21.15.6:0/2626320364' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-07-26T22:18:09.029 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 8443 2024-07-26T22:18:09.030 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld does not appear to be present 2024-07-26T22:18:09.030 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-07-26T22:18:09.031 INFO:teuthology.orchestra.run.smithi006.stdout:Ceph Dashboard is now available at: 2024-07-26T22:18:09.031 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:09.031 INFO:teuthology.orchestra.run.smithi006.stdout: URL: https://smithi006.front.sepia.ceph.com:8443/ 2024-07-26T22:18:09.032 INFO:teuthology.orchestra.run.smithi006.stdout: User: admin 2024-07-26T22:18:09.032 INFO:teuthology.orchestra.run.smithi006.stdout: Password: v2brp9b5yb 2024-07-26T22:18:09.032 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:09.032 INFO:teuthology.orchestra.run.smithi006.stdout:Saving cluster configuration to /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config directory 2024-07-26T22:18:10.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:10 smithi006 bash[21956]: cephadm 2024-07-26T22:18:10.136692+0000 mgr.a (mgr.14150) 10 : cephadm [INF] Deploying daemon agent.smithi006 on smithi006 2024-07-26T22:18:10.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:10 smithi006 bash[21956]: cephadm 2024-07-26T22:18:10.136692+0000 mgr.a (mgr.14150) 10 : cephadm [INF] Deploying daemon agent.smithi006 on smithi006 2024-07-26T22:18:11.113 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-07-26T22:18:11.113 INFO:teuthology.orchestra.run.smithi006.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-07-26T22:18:11.113 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.113 INFO:teuthology.orchestra.run.smithi006.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:11.113 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout:Or, if you are only running a single cluster on this host: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout:Please consider enabling telemetry to help improve Ceph: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: ceph telemetry on 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout:For more information see: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-07-26T22:18:11.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:11.115 INFO:teuthology.orchestra.run.smithi006.stdout:Bootstrap complete. 2024-07-26T22:18:11.179 INFO:tasks.cephadm:Fetching config... 2024-07-26T22:18:11.179 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:18:11.179 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-07-26T22:18:11.186 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-07-26T22:18:11.187 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:18:11.187 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-07-26T22:18:11.239 INFO:tasks.cephadm:Fetching mon keyring... 2024-07-26T22:18:11.240 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:18:11.240 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/keyring of=/dev/stdout 2024-07-26T22:18:11.292 INFO:tasks.cephadm:Fetching pub ssh key... 2024-07-26T22:18:11.292 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:18:11.292 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-07-26T22:18:11.342 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-07-26T22:18:11.343 DEBUG:teuthology.orchestra.run.smithi006:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:18:11.393 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:11 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:18:11.393 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:11 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:18:11.402 INFO:teuthology.orchestra.run.smithi006.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:18:11.410 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:18:11.437 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:18:11.446 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-07-26T22:18:11.472 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1jD7ABdMA+Wsl0VBUEjh2B1AdZUo+wEGPT2ygVR7jMfcJN01PpzaGpeBZs00rJffbNg92/6CmjbZZ08U75+DMM86Q9x+sO9F07utYHwP6X4xTDCfM8RAiro41dShTtoDKohFZrg+KQr6YUfxhFbUSNjbEMAVd1VXfgv05jVGDudOCjff9iSfYm0Z2Z4weostWdgT8qoGKYlst5i3wlfCh1B1su8TM9PdxnZysTdM8sOhW4dIcqX2NE21ttPKoW0jcYnvgtBhbxpGoT6ZWRQ2CPURBRzosvWQ2MZdwJZs7fU7o4fJrjFVtBHsQHSpn3Iq0ottDYS4wsGQ3DZTpwI6vXXXSFFTAW07e2exs4+1QTfscpOT5taebNfXA0UpcRlt8s5k8CFXuQ4gsDMpdB4Ak4mGn98LLWS+N7eyDOIXMox+lg8U1eeOyk3j0kg1x7eI2Ez+FRK/BwR7hW2aA9/JSyJXkIOwMZtxs+kg7jkpZwlq4oFa35CnOyhszkVxQPv8= ceph-999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:18:11.482 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-07-26T22:18:11.706 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:18:11 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:18:11.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:11 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:18:11.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:11 smithi006 bash[21956]: audit 2024-07-26T22:18:10.573547+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.6:0/798841949' entity='client.admin' 2024-07-26T22:18:11.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:11 smithi006 bash[21956]: audit 2024-07-26T22:18:10.573547+0000 mon.a (mon.0) 101 : audit [INF] from='client.? 172.21.15.6:0/798841949' entity='client.admin' 2024-07-26T22:18:12.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.650287+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.650287+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.654459+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.654459+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.658156+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.658156+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.674836+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.674836+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.678863+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.678863+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.681462+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.681462+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.684045+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.684045+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.686599+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.686599+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.690594+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.690594+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.709995+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.709995+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.714824+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:11.714824+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:12.196719+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:12.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:12 smithi006 bash[21956]: audit 2024-07-26T22:18:12.196719+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:16.191 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:18:17.565 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.423400+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:17.565 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.423400+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:17.565 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.571567+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:17.566 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.571567+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:17.566 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.579052+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:17.566 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:17 smithi006 bash[21956]: audit 2024-07-26T22:18:16.579052+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:19.685 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-07-26T22:18:19.685 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.090959+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.6:0/1112739878' entity='client.admin' 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.090959+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.6:0/1112739878' entity='client.admin' 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.108979+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.108979+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.114105+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:20 smithi006 bash[21956]: audit 2024-07-26T22:18:19.114105+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:22.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:22 smithi006 bash[21956]: cluster 2024-07-26T22:18:21.360298+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:22.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:22 smithi006 bash[21956]: cluster 2024-07-26T22:18:21.360298+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:24.288 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:18:25.314 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: cluster 2024-07-26T22:18:23.360617+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:25.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: cluster 2024-07-26T22:18:23.360617+0000 mgr.a (mgr.14150) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:25.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: audit 2024-07-26T22:18:24.033708+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:25.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: audit 2024-07-26T22:18:24.033708+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:25.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: audit 2024-07-26T22:18:24.040039+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:25.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:25 smithi006 bash[21956]: audit 2024-07-26T22:18:24.040039+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:27.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: cluster 2024-07-26T22:18:25.360908+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:27.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: cluster 2024-07-26T22:18:25.360908+0000 mgr.a (mgr.14150) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:27.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.993238+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:27.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.993238+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:27.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.994335+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:27.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.994335+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:27.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.996566+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:27.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.996566+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:27.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.997408+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:27.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:27 smithi006 bash[21956]: audit 2024-07-26T22:18:26.997408+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:27.593 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi026 2024-07-26T22:18:27.594 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:18:27.594 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/etc/ceph/ceph.conf 2024-07-26T22:18:27.600 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:18:27.601 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:27.648 INFO:tasks.cephadm:Adding host smithi026 to orchestrator... 2024-07-26T22:18:27.649 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch host add smithi026 2024-07-26T22:18:28.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:28.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:28 smithi006 bash[21956]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:29.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:29 smithi006 bash[21956]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:31.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:31 smithi006 bash[21956]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:31.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:31 smithi006 bash[21956]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:32.378 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:18:33.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:33 smithi006 bash[21956]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:33.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:33 smithi006 bash[21956]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:35.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:35.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:35.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:35.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:35.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:35.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:35.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:35.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:35 smithi006 bash[21956]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:37.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:37 smithi006 bash[21956]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:37 smithi006 bash[21956]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:38.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:38 smithi006 bash[21956]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:38.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:38 smithi006 bash[21956]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:18:39.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:39 smithi006 bash[21956]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:39.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:39 smithi006 bash[21956]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:39.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:39 smithi006 bash[21956]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:18:39.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:39 smithi006 bash[21956]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:18:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:41 smithi006 bash[21956]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:41 smithi006 bash[21956]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:41.596 INFO:teuthology.orchestra.run.smithi006.stdout:Added host 'smithi026' with addr '172.21.15.26' 2024-07-26T22:18:42.172 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:18:42.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:42.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:42.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:42.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:42 smithi006 bash[21956]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:44.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:44.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:18:44.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:18:44.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:44 smithi006 bash[21956]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:18:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:45 smithi006 bash[21956]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:18:45.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:45 smithi006 bash[21956]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:18:46.899 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:18:46.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:46 smithi006 bash[21956]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:46.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:46 smithi006 bash[21956]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:47.974 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:47 smithi006 bash[21956]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:18:47.974 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:47 smithi006 bash[21956]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:18:48.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:48.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:48.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:48.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:48.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:18:48.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:48.961 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:18:48.961 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.961 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.961 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:48.961 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:48 smithi006 bash[21956]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:49.848 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:18:49.848 INFO:teuthology.orchestra.run.smithi006.stdout:[{"addr": "172.21.15.6", "hostname": "smithi006", "labels": [], "status": ""}, {"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}] 2024-07-26T22:18:50.596 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:50.596 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:50.596 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:50.596 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:50.596 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:50.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:50.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:18:50.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:50 smithi006 bash[21956]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:18:50.598 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi062 2024-07-26T22:18:50.598 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:18:50.598 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/etc/ceph/ceph.conf 2024-07-26T22:18:50.605 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:18:50.605 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:18:50.652 INFO:tasks.cephadm:Adding host smithi062 to orchestrator... 2024-07-26T22:18:50.652 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch host add smithi062 2024-07-26T22:18:52.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:52 smithi006 bash[21956]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:52.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:52 smithi006 bash[21956]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:52.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:52 smithi006 bash[21956]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:52.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:52 smithi006 bash[21956]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:54.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:54 smithi006 bash[21956]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:54.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:54 smithi006 bash[21956]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:55 smithi006 bash[21956]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:18:56.406 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:18:57.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:56 smithi006 bash[21956]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:57.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:56 smithi006 bash[21956]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:59.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:58 smithi006 bash[21956]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:18:59.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:58 smithi006 bash[21956]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:00.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:59 smithi006 bash[21956]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:00.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:18:59 smithi006 bash[21956]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:01.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:00 smithi006 bash[21956]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:01.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:00 smithi006 bash[21956]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:02.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:01 smithi006 bash[21956]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:02.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:01 smithi006 bash[21956]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:03.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:03.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:02 smithi006 bash[21956]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:04.207 INFO:teuthology.orchestra.run.smithi006.stdout:Added host 'smithi062' with addr '172.21.15.62' 2024-07-26T22:19:04.787 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch host ls --format=json 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:05.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:04 smithi006 bash[21956]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:06.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:05 smithi006 bash[21956]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:06.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:05 smithi006 bash[21956]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:07.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:06 smithi006 bash[21956]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:08.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:08.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:08.391 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:08.391 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:08.391 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:08.391 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:08.391 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:07 smithi006 bash[21956]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:08 smithi006 bash[21956]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:09.519 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:19:10.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:10.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:09 smithi006 bash[21956]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:10.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:10 smithi006 bash[21956]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:11 smithi006 bash[21956]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:12.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:12 smithi006 bash[21956]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:12.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:12 smithi006 bash[21956]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:12.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:12 smithi006 bash[21956]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:12.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:12 smithi006 bash[21956]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:12.878 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:19:12.879 INFO:teuthology.orchestra.run.smithi006.stdout:[{"addr": "172.21.15.6", "hostname": "smithi006", "labels": [], "status": ""}, {"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}] 2024-07-26T22:19:13.452 INFO:tasks.cephadm:Setting crush tunables to default 2024-07-26T22:19:13.453 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph osd crush tunables default 2024-07-26T22:19:13.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:13 smithi006 bash[21956]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:13.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:13 smithi006 bash[21956]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:14.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:14 smithi006 bash[21956]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:14.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:14 smithi006 bash[21956]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:15 smithi006 bash[21956]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:17.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:16 smithi006 bash[21956]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:17.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:16 smithi006 bash[21956]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:17.927 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:19:19.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:18 smithi006 bash[21956]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:19.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:18 smithi006 bash[21956]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:21.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:20 smithi006 bash[21956]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:21.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:20 smithi006 bash[21956]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:21.933 INFO:teuthology.orchestra.run.smithi006.stderr:adjusted tunables profile to default 2024-07-26T22:19:22.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:21 smithi006 bash[21956]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:22.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:21 smithi006 bash[21956]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:22.485 INFO:tasks.cephadm:Adding mon.a on smithi006 2024-07-26T22:19:22.486 INFO:tasks.cephadm:Adding mon.b on smithi026 2024-07-26T22:19:22.486 INFO:tasks.cephadm:Adding mon.c on smithi062 2024-07-26T22:19:22.486 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch apply mon '3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c' 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:23.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:22 smithi006 bash[21956]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:24.444 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:24 smithi006 bash[21956]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:26.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:26 smithi006 bash[21956]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:26.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:26 smithi006 bash[21956]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:27.074 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled mon update... 2024-07-26T22:19:27.614 DEBUG:teuthology.orchestra.run.smithi026:mon.b> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.b.service 2024-07-26T22:19:27.618 DEBUG:teuthology.orchestra.run.smithi062:mon.c> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.c.service 2024-07-26T22:19:27.620 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T22:19:27.620 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T22:19:28.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:28.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:28.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:28.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:28.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:28 smithi006 bash[21956]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:28.876 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:29.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:29 smithi006 bash[21956]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:29.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:29 smithi006 bash[21956]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:30.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:30.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:30 smithi006 bash[21956]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:32.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:32.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:32 smithi006 bash[21956]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:33.881 INFO:teuthology.orchestra.run.smithi062.stderr:dumped monmap epoch 1 2024-07-26T22:19:33.881 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-07-26T22:19:33.881 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":1,"fsid":"999b9430-4b9c-11ef-bcbf-c7b262605968","modified":"2024-07-26T22:16:57.359478Z","created":"2024-07-26T22:16:57.359478Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-07-26T22:19:34.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:34 smithi062 systemd[1]: Started Ceph mon.c for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:19:34.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:34.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:34.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:34.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:34.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:34 smithi006 bash[21956]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:35.863 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.818+0000 7fc8a8d6db00 0 set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.818+0000 7fc8a8d6db00 0 ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.818+0000 7fc8a8d6db00 0 pidfile_write: ignore empty --pid-file 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 0 load: jerasure load: lrc 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: RocksDB version: 7.9.2 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Git sha 0 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: DB SUMMARY 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: DB Session ID: B56W2KZ9D8EPL283MXIU 2024-07-26T22:19:35.864 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: CURRENT file: CURRENT 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: IDENTITY file: IDENTITY 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.error_if_exists: 0 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.create_if_missing: 0 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.paranoid_checks: 1 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.env: 0x55c4bbe359c0 2024-07-26T22:19:35.865 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:19:35.866 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.info_log: 0x55c4bd9e9480 2024-07-26T22:19:35.866 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:19:35.866 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.statistics: (nil) 2024-07-26T22:19:35.866 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.use_fsync: 0 2024-07-26T22:19:35.866 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_log_file_size: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_fallocate: 1 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.use_direct_reads: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:19:35.870 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.db_log_dir: 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.wal_dir: 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.write_buffer_manager: 0x55c4bd9ece60 2024-07-26T22:19:35.871 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.unordered_write: 0 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:19:35.872 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.row_cache: None 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.wal_filter: None 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.two_write_queues: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.wal_compression: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.atomic_flush: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.log_readahead_size: 0 2024-07-26T22:19:35.873 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_background_jobs: 2 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_background_compactions: -1 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_subcompactions: 1 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:19:35.874 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_open_files: -1 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_background_flushes: -1 2024-07-26T22:19:35.875 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Compression algorithms supported: 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kZSTD supported: 0 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kXpressCompression supported: 0 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kBZip2Compression supported: 0 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kLZ4Compression supported: 1 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kZlibCompression supported: 1 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: kSnappyCompression supported: 1 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:19:35.876 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.merge_operator: 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_filter: None 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4bd9e9080) 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cache_index_and_filter_blocks: 1 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: pin_top_level_index_and_filter: 1 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: index_type: 0 2024-07-26T22:19:35.877 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: data_block_index_type: 0 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: index_shortening: 1 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: checksum: 4 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: no_block_cache: 0 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_cache: 0x55c4bd9df610 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_cache_name: BinnedLRUCache 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_cache_options: 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: capacity : 536870912 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: num_shard_bits : 4 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: strict_capacity_limit : 0 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: high_pri_pool_ratio: 0.000 2024-07-26T22:19:35.878 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_cache_compressed: (nil) 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: persistent_cache: (nil) 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_size: 4096 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_size_deviation: 10 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_restart_interval: 16 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: index_block_restart_interval: 1 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: metadata_block_size: 4096 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: partition_filters: 0 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: use_delta_encoding: 1 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: filter_policy: bloomfilter 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: whole_key_filtering: 1 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: verify_compression: 0 2024-07-26T22:19:35.879 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: read_amp_bytes_per_bit: 0 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: format_version: 5 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: enable_index_compression: 1 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: block_align: 0 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: max_auto_readahead_size: 262144 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: prepopulate_block_cache: 0 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: initial_auto_readahead_size: 8192 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: num_file_reads_for_auto_readahead: 2 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression: NoCompression 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:19:35.880 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.num_levels: 7 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:19:35.881 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:19:35.882 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:19:35.883 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:19:35.884 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.inplace_update_support: 0 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.bloom_locality: 0 2024-07-26T22:19:35.885 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.max_successive_merges: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.ttl: 2592000 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enable_blob_files: false 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.min_blob_size: 0 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:19:35.886 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d3fa5bf5-f45b-4962-b27f-58e6565efebf 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032375826868, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.822+0000 7fc8a8d6db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032375827476, "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": 1722032375, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d3fa5bf5-f45b-4962-b27f-58e6565efebf", "db_session_id": "B56W2KZ9D8EPL283MXIU", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-26T22:19:35.887 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032375827632, "job": 1, "event": "recovery_finished"} 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c4bda0ae00 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 4 rocksdb: DB pointer 0x55c4bdb08000 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc89eb35640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc89eb35640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: ** DB Stats ** 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:19:35.888 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: ** Compaction Stats [default] ** 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 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-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: ** Compaction Stats [default] ** 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 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-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:19:35.889 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 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-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: Block cache BinnedLRUCache@0x55c4bd9df610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-07-26T22:19:35.890 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 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-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 0 using public_addr v2:172.21.15.62:0/0 -> [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.826+0000 7fc8a8d6db00 0 starting mon.c rank -1 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.830+0000 7fc8a8d6db00 1 mon.c@-1(???) e0 preinit fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).mds e1 new map 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: e1 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: btime 2024-07-26T22:17:01:916851+0000 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 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-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: legacy client fscid: -1 2024-07-26T22:19:35.891 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: No filesystems configured 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.858+0000 7fc8a1b3b640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:35.892 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:35.893 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.894 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.895 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.895 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.895 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.895 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.895 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.898 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:35.899 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.899 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:35.899 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:19:35.902 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-07-26T22:19:35.902 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph mon dump -f json 2024-07-26T22:19:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:19:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:36.221 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.222 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.223 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.224 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.225 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.226 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.228 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.229 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:36.230 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:36.231 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:36.232 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.233 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.234 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.235 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.236 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.237 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.238 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.239 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.240 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:36.241 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:36.242 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:35 smithi062 bash[22865]: debug 2024-07-26T22:19:35.866+0000 7fc8a1b3b640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-07-26T22:19:38.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:38 smithi026 systemd[1]: Started Ceph mon.b for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:19:39.924 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.881+0000 7f5b4e0dbb00 0 set uid:gid to 167:167 (ceph:ceph) 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.881+0000 7f5b4e0dbb00 0 ceph version 19.0.0-5372-g67f28c2a (67f28c2a04ad1fe90ea612a39329cc6af2a92d8b) squid (dev), process ceph-mon, pid 7 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.881+0000 7f5b4e0dbb00 0 pidfile_write: ignore empty --pid-file 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 0 load: jerasure load: lrc 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: RocksDB version: 7.9.2 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Git sha 0 2024-07-26T22:19:39.925 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Compile date 2024-07-26 14:10:54 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: DB SUMMARY 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: DB Session ID: U7SWOKO8I59PZQT4FF08 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: CURRENT file: CURRENT 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: IDENTITY file: IDENTITY 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.error_if_exists: 0 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.create_if_missing: 0 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.paranoid_checks: 1 2024-07-26T22:19:39.926 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.env: 0x55ceb7d739c0 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.fs: PosixFileSystem 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.info_log: 0x55ceb9425480 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_file_opening_threads: 16 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.statistics: (nil) 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.use_fsync: 0 2024-07-26T22:19:39.927 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_log_file_size: 0 2024-07-26T22:19:39.928 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-07-26T22:19:39.928 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-07-26T22:19:39.928 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.keep_log_file_num: 1000 2024-07-26T22:19:39.928 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.recycle_log_file_num: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_fallocate: 1 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_mmap_reads: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_mmap_writes: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.use_direct_reads: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.create_missing_column_families: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.db_log_dir: 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.wal_dir: 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-07-26T22:19:39.929 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.advise_random_on_open: 1 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.db_write_buffer_size: 0 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.write_buffer_manager: 0x55ceb9428e60 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-07-26T22:19:39.930 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.rate_limiter: (nil) 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.wal_recovery_mode: 2 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enable_thread_tracking: 0 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enable_pipelined_write: 0 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.unordered_write: 0 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.row_cache: None 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.wal_filter: None 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-07-26T22:19:39.931 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_ingest_behind: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.two_write_queues: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.manual_wal_flush: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.wal_compression: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.atomic_flush: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.log_readahead_size: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.best_efforts_recovery: 0 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-07-26T22:19:39.932 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.allow_data_in_errors: 0 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.db_host_id: __hostname__ 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_background_jobs: 2 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_background_compactions: -1 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_subcompactions: 1 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_total_wal_size: 0 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-07-26T22:19:39.933 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_open_files: -1 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bytes_per_sync: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_readahead_size: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_background_flushes: -1 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Compression algorithms supported: 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kZSTD supported: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kXpressCompression supported: 0 2024-07-26T22:19:39.934 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kBZip2Compression supported: 0 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kLZ4Compression supported: 1 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kZlibCompression supported: 1 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kLZ4HCCompression supported: 1 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: kSnappyCompression supported: 1 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-07-26T22:19:39.935 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.merge_operator: 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_filter: None 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_filter_factory: None 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.sst_partitioner_factory: None 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ceb9425080) 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cache_index_and_filter_blocks: 1 2024-07-26T22:19:39.936 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cache_index_and_filter_blocks_with_high_priority: 0 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: pin_top_level_index_and_filter: 1 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: index_type: 0 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: data_block_index_type: 0 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: index_shortening: 1 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: data_block_hash_table_util_ratio: 0.750000 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: checksum: 4 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: no_block_cache: 0 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_cache: 0x55ceb941b610 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_cache_name: BinnedLRUCache 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_cache_options: 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: capacity : 536870912 2024-07-26T22:19:39.937 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: num_shard_bits : 4 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: strict_capacity_limit : 0 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: high_pri_pool_ratio: 0.000 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_cache_compressed: (nil) 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: persistent_cache: (nil) 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_size: 4096 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_size_deviation: 10 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_restart_interval: 16 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: index_block_restart_interval: 1 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: metadata_block_size: 4096 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: partition_filters: 0 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: use_delta_encoding: 1 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: filter_policy: bloomfilter 2024-07-26T22:19:39.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: whole_key_filtering: 1 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: verify_compression: 0 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: read_amp_bytes_per_bit: 0 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: format_version: 5 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: enable_index_compression: 1 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: block_align: 0 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: max_auto_readahead_size: 262144 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: prepopulate_block_cache: 0 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: initial_auto_readahead_size: 8192 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: num_file_reads_for_auto_readahead: 2 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.write_buffer_size: 33554432 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_write_buffer_number: 2 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression: NoCompression 2024-07-26T22:19:39.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression: Disabled 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.prefix_extractor: nullptr 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.num_levels: 7 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-07-26T22:19:39.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.level: 32767 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.strategy: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-07-26T22:19:39.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.enabled: false 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.target_file_size_base: 67108864 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-07-26T22:19:39.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.arena_block_size: 1048576 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-07-26T22:19:39.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.disable_auto_compactions: 0 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-07-26T22:19:39.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.inplace_update_support: 0 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-07-26T22:19:39.947 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.bloom_locality: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.max_successive_merges: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.paranoid_file_checks: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.force_consistency_checks: 1 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.report_bg_io_stats: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.ttl: 2592000 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enable_blob_files: false 2024-07-26T22:19:39.948 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.min_blob_size: 0 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_file_size: 268435456 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.blob_file_starting_level: 0 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 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-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c3a21af1-5a9b-42e8-9a75-8bfef5c21fde 2024-07-26T22:19:39.949 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032379891788, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.885+0000 7f5b4e0dbb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032379892323, "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": 1722032379, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c3a21af1-5a9b-42e8-9a75-8bfef5c21fde", "db_session_id": "U7SWOKO8I59PZQT4FF08", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1722032379892447, "job": 1, "event": "recovery_finished"} 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 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-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ceb9446e00 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 4 rocksdb: DB pointer 0x55ceb9544000 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b43ea3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b43ea3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: ** DB Stats ** 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:19:39.950 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: ** Compaction Stats [default] ** 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: ** Compaction Stats [default] ** 2024-07-26T22:19:39.951 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Uptime(secs): 0.0 total, 0.0 interval 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Flush(GB): cumulative 0.000, interval 0.000 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: AddFile(GB): cumulative 0.000, interval 0.000 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: AddFile(Total Files): cumulative 0, interval 0 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: AddFile(L0 Files): cumulative 0, interval 0 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: AddFile(Keys): cumulative 0, interval 0 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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-07-26T22:19:39.952 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: Block cache BinnedLRUCache@0x55ceb941b610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: ** File Read Latency Histogram By Level [default] ** 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 0 using public_addr v2:172.21.15.26:0/0 -> [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.889+0000 7f5b4e0dbb00 0 starting mon.b rank -1 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.893+0000 7f5b4e0dbb00 1 mon.b@-1(???) e0 preinit fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).mds e1 new map 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: e1 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: btime 2024-07-26T22:17:01:916851+0000 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: enable_multiple, ever_enabled_multiple: 1,1 2024-07-26T22:19:39.953 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 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-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: legacy client fscid: -1 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: No filesystems configured 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 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-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-07-26T22:19:39.954 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.917+0000 7f5b46ea9640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:26.989281+0000 mgr.a (mgr.14150) 14 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:26.998550+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.093892+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.356094+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.359169+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.955 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:27.362024+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.175640+0000 mgr.a (mgr.14150) 17 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:27.265399+0000 mgr.a (mgr.14150) 18 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:27.361179+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:29.361546+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:31.361993+0000 mgr.a (mgr.14150) 21 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.956 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:33.362416+0000 mgr.a (mgr.14150) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.553409+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.558675+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:34.562080+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:35.362868+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.957 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:36.541408+0000 mgr.a (mgr.14150) 24 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:37.363254+0000 mgr.a (mgr.14150) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:37.821933+0000 mgr.a (mgr.14150) 26 : cephadm [INF] Deploying cephadm binary to smithi026 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:39.363619+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:41.364023+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:41.594028+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.958 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:41.594932+0000 mgr.a (mgr.14150) 29 : cephadm [INF] Added host smithi026 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:41.595808+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:42.139033+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:43.364520+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.703005+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.708617+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.959 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.710125+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.712421+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:43.714152+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:43.716631+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:43.903460+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:44.066695+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.960 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.371285+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.377175+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.380264+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []} : dispatch 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:44.381779+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi026", "caps": []}]': finished 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:44.217797+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.961 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:45.364975+0000 mgr.a (mgr.14150) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:18:46.682881+0000 mgr.a (mgr.14150) 36 : cephadm [INF] Deploying daemon agent.smithi026 on smithi026 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:47.365386+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.787983+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.962 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.792171+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.795395+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.846693+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.849110+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.963 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.849990+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.854260+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.890074+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.892216+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.892973+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.964 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:47.896752+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:48.346379+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:49.365831+0000 mgr.a (mgr.14150) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.415377+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.422733+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:49.846500+0000 mgr.a (mgr.14150) 39 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.965 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:51.366112+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:51.427920+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:53.366375+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.758745+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.762247+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:54.767507+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.966 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:55.366756+0000 mgr.a (mgr.14150) 42 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:57.367052+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:18:59.123917+0000 mgr.a (mgr.14150) 44 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:18:59.367274+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:00.446073+0000 mgr.a (mgr.14150) 46 : cephadm [INF] Deploying cephadm binary to smithi062 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:01.367620+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:02.475162+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:02.486499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:03.368043+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.204682+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.206339+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:04.736669+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.968 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:04.205497+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Added host smithi062 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:05.368449+0000 mgr.a (mgr.14150) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.318415+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.324585+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.326090+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.328082+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.969 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.329886+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.332366+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.520542+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.677564+0000 mgr.a (mgr.14150) 53 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:06.828565+0000 mgr.a (mgr.14150) 54 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.client.admin.keyring 2024-07-26T22:19:39.970 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.976690+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.982647+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.985805+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:06.987241+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-07-26T22:19:39.971 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:07.368808+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:07.914770+0000 mgr.a (mgr.14150) 56 : cephadm [INF] Deploying daemon agent.smithi062 on smithi062 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.958817+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.969351+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.976316+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.980920+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.973 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.985435+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.973 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.973 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:08.998591+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:39.973 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.047968+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.051403+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.052464+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.058126+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.195 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.109489+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.195 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.195 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.111626+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.112330+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.116173+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:09.525970+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:09.369162+0000 mgr.a (mgr.14150) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.196 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:10.577699+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:10.581372+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:11.369526+0000 mgr.a (mgr.14150) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.197 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:11.433559+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:12.877155+0000 mgr.a (mgr.14150) 59 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:13.369965+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.911703+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.917072+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:14.922723+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.198 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:15.370387+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:17.370833+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:19.371300+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:20.982744+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:21.371762+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:21.932059+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.6:0/3812462351' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:21.936814+0000 mon.a (mon.0) 199 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.199 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:23.372192+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:23.675458+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:23.683465+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:25.372618+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.062263+0000 mgr.a (mgr.14150) 67 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:27.067416+0000 mgr.a (mgr.14150) 68 : cephadm [INF] Saving service mon spec with placement smithi006:172.21.15.6=a;smithi026:172.21.15.26=b;smithi062:172.21.15.62=c;count:3 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.200 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.072853+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.074546+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.079491+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.081299+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.088921+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.093511+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:27.095265+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.201 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cephadm 2024-07-26T22:19:27.097308+0000 mgr.a (mgr.14150) 69 : cephadm [INF] Deploying daemon mon.c on smithi062 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:27.372994+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.201071+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.204879+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:29.210616+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.202 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:29.373398+0000 mgr.a (mgr.14150) 71 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.285096+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.288355+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:31.292415+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:31.373756+0000 mgr.a (mgr.14150) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: cluster 2024-07-26T22:19:33.374183+0000 mgr.a (mgr.14150) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:40.203 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:33.879786+0000 mon.a (mon.0) 215 : audit [DBG] from='client.? 172.21.15.62:0/3974369636' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.240167+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.245894+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.251880+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.253237+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.204 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: audit 2024-07-26T22:19:34.255107+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:40.205 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:39 smithi026 bash[22584]: debug 2024-07-26T22:19:39.925+0000 7f5b46ea9640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-07-26T22:19:40.617 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:41.437 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.438 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.439 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:41.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:41.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:40 smithi062 bash[22865]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:41.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:41.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:41.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:41.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:41.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:40 smithi006 bash[21956]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:35.374600+0000 mgr.a (mgr.14150) 75 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.873346+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.878406+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:42.221 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:35.878782+0000 mon.a (mon.0) 226 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:35.898942+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:36.873138+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:37.375072+0000 mgr.a (mgr.14150) 76 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:37.873017+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:37.875761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.222 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:38.873270+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:39.375508+0000 mgr.a (mgr.14150) 77 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:39.873352+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:39.935943+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.873813+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.920400+0000 mon.a (mon.0) 234 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-07-26T22:19:42.223 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926696+0000 mon.a (mon.0) 235 : cluster [DBG] monmap epoch 2 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926730+0000 mon.a (mon.0) 236 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926751+0000 mon.a (mon.0) 237 : cluster [DBG] last_changed 2024-07-26T22:19:35.872731+0000 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926779+0000 mon.a (mon.0) 238 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926801+0000 mon.a (mon.0) 239 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926823+0000 mon.a (mon.0) 240 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:42.224 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926845+0000 mon.a (mon.0) 241 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.926869+0000 mon.a (mon.0) 242 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.927955+0000 mon.a (mon.0) 243 : cluster [DBG] fsmap 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928009+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928291+0000 mon.a (mon.0) 245 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: cluster 2024-07-26T22:19:40.928543+0000 mon.a (mon.0) 246 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:42.225 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.935077+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.936463+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.941942+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.226 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.949540+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.227 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:42.227 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:41 smithi026 bash[22584]: audit 2024-07-26T22:19:40.956823+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.371 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.372 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.373 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.374 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.376 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.377 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:47 smithi026 bash[22584]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.461 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.462 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.464 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:47 smithi006 bash[21956]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.237334+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.242248+0000 mgr.a (mgr.14150) 82 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.242603+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.375776+0000 mgr.a (mgr.14150) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.578961+0000 mgr.a (mgr.14150) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.657233+0000 mgr.a (mgr.14150) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cephadm 2024-07-26T22:19:41.659993+0000 mgr.a (mgr.14150) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.954146+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.954663+0000 mon.a (mon.0) 269 : cluster [INF] mon.a calling monitor election 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:41.957797+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.975567+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:41.975924+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:19:47.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:42.936563+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:43.376187+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:43.936368+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:43.950174+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:44.936872+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:45.376586+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:45.936790+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.472 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:46.937182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:46.996952+0000 mon.a (mon.0) 277 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004469+0000 mon.a (mon.0) 278 : cluster [DBG] monmap epoch 3 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004505+0000 mon.a (mon.0) 279 : cluster [DBG] fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004528+0000 mon.a (mon.0) 280 : cluster [DBG] last_changed 2024-07-26T22:19:41.947829+0000 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004552+0000 mon.a (mon.0) 281 : cluster [DBG] created 2024-07-26T22:16:57.359478+0000 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004577+0000 mon.a (mon.0) 282 : cluster [DBG] min_mon_release 19 (squid) 2024-07-26T22:19:47.473 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004598+0000 mon.a (mon.0) 283 : cluster [DBG] election_strategy: 1 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004620+0000 mon.a (mon.0) 284 : cluster [DBG] 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004641+0000 mon.a (mon.0) 285 : cluster [DBG] 1: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.c 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.004662+0000 mon.a (mon.0) 286 : cluster [DBG] 2: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.b 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022620+0000 mon.a (mon.0) 287 : cluster [DBG] fsmap 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022674+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-07-26T22:19:47.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.022966+0000 mon.a (mon.0) 289 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.023208+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.030563+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.037346+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.044593+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.048223+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:47.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.050499+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:47.477 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.477 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:47 smithi062 bash[22865]: audit 2024-07-26T22:19:47.052733+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:47.490 INFO:teuthology.orchestra.run.smithi062.stderr:dumped monmap epoch 3 2024-07-26T22:19:47.491 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-07-26T22:19:47.491 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":3,"fsid":"999b9430-4b9c-11ef-bcbf-c7b262605968","modified":"2024-07-26T22:19:41.947829Z","created":"2024-07-26T22:16:57.359478Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-07-26T22:19:48.084 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-07-26T22:19:48.084 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph config generate-minimal-conf 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:48 smithi006 bash[21956]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:48 smithi026 bash[22584]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: cephadm 2024-07-26T22:19:47.047444+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-07-26T22:19:48.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: cephadm 2024-07-26T22:19:47.057666+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi026 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.489249+0000 mon.a (mon.0) 297 : audit [DBG] from='client.? 172.21.15.62:0/3301762072' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.937564+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.952586+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.962971+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:48 smithi062 bash[22865]: audit 2024-07-26T22:19:47.975112+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:49 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:49 smithi026 bash[22584]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:49 smithi026 bash[22584]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:49 smithi026 bash[22584]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:49 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:49 smithi006 bash[21956]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:49 smithi006 bash[21956]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:49 smithi006 bash[21956]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:49 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:49 smithi062 bash[22865]: cluster 2024-07-26T22:19:47.376998+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:49 smithi062 bash[22865]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:49 smithi062 bash[22865]: audit 2024-07-26T22:19:48.793795+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:50.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:50 smithi006 bash[21956]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:50.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:50 smithi062 bash[22865]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:50.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: cluster 2024-07-26T22:19:49.377353+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:50.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.440322+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.446049+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:49.453057+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.401855+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.409905+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.412782+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.414602+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:50.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:50 smithi026 bash[22584]: audit 2024-07-26T22:19:50.416142+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:51.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:51 smithi006 bash[21956]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:51 smithi006 bash[21956]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:51 smithi006 bash[21956]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:51.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:51 smithi006 bash[21956]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:51.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:51 smithi062 bash[22865]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:51 smithi062 bash[22865]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:51 smithi062 bash[22865]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:51.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:51 smithi062 bash[22865]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:51.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:51 smithi026 bash[22584]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:51 smithi026 bash[22584]: cephadm 2024-07-26T22:19:50.412136+0000 mgr.a (mgr.14150) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-07-26T22:19:51.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:51 smithi026 bash[22584]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:51.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:51 smithi026 bash[22584]: cephadm 2024-07-26T22:19:50.418284+0000 mgr.a (mgr.14150) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi062 2024-07-26T22:19:52.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:52 smithi006 bash[21956]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:52 smithi062 bash[22865]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: cluster 2024-07-26T22:19:51.377766+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:52.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: audit 2024-07-26T22:19:52.438559+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:52.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:52 smithi026 bash[22584]: audit 2024-07-26T22:19:52.446528+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.162 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.699 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.700 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.701 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.702 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.703 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.703 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:53.703 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:53 smithi006 bash[21956]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:53.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:53.722 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:53 smithi062 bash[22865]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:53.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.449384+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:19:53.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.457082+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.458989+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.461334+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Updating smithi006:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.461750+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.463171+0000 mgr.a (mgr.14150) 99 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.706916+0000 mgr.a (mgr.14150) 100 : cephadm [INF] Updating smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.707284+0000 mgr.a (mgr.14150) 101 : cephadm [INF] Updating smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.707815+0000 mgr.a (mgr.14150) 102 : cephadm [INF] Updating smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/config/ceph.conf 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.902957+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.907400+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.911632+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.917327+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.921476+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.927376+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.932175+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.984132+0000 mgr.a (mgr.14150) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-07-26T22:19:53.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.984532+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.985818+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: audit 2024-07-26T22:19:52.986767+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:53.945 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:53 smithi026 bash[22584]: cephadm 2024-07-26T22:19:52.987800+0000 mgr.a (mgr.14150) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi006 2024-07-26T22:19:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:54 smithi026 bash[22584]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:54 smithi026 bash[22584]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:55.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:54 smithi006 bash[21956]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:55.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:54 smithi006 bash[21956]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:55.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:54 smithi062 bash[22865]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:55.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:54 smithi062 bash[22865]: cluster 2024-07-26T22:19:53.378087+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:56 smithi026 bash[22584]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:56 smithi006 bash[21956]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.293662+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.300248+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.309098+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: cluster 2024-07-26T22:19:55.378464+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:56.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.759021+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:56 smithi062 bash[22865]: audit 2024-07-26T22:19:55.763199+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:19:56.851 INFO:teuthology.orchestra.run.smithi006.stdout:# minimal ceph.conf for 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:56.851 INFO:teuthology.orchestra.run.smithi006.stdout:[global] 2024-07-26T22:19:56.851 INFO:teuthology.orchestra.run.smithi006.stdout: fsid = 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:19:56.851 INFO:teuthology.orchestra.run.smithi006.stdout: mon_host = [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] 2024-07-26T22:19:57.441 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-07-26T22:19:57.442 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:19:57.442 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:19:57.456 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:19:57.456 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:57.514 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:19:57.514 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:19:57.529 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:19:57.529 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:57.580 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:57 smithi026 bash[22584]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:57.580 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:57 smithi026 bash[22584]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:57.583 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:19:57.584 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2024-07-26T22:19:57.595 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:57 smithi062 bash[22865]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:57.595 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:57 smithi062 bash[22865]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:57.599 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:19:57.599 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-07-26T22:19:57.655 INFO:tasks.cephadm:Adding mgr.a on smithi006 2024-07-26T22:19:57.656 INFO:tasks.cephadm:Adding mgr.b on smithi026 2024-07-26T22:19:57.656 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch apply mgr '2;smithi006=a;smithi026=b' 2024-07-26T22:19:57.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:57 smithi006 bash[21956]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:57.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:57 smithi006 bash[21956]: audit 2024-07-26T22:19:56.850003+0000 mon.a (mon.0) 331 : audit [DBG] from='client.? 172.21.15.6:0/88472194' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:19:58.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:58 smithi026 bash[22584]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:58.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:19:58 smithi026 bash[22584]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:58.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:58 smithi006 bash[21956]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:58.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:19:58 smithi006 bash[21956]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:58 smithi062 bash[22865]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:19:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:19:58 smithi062 bash[22865]: cluster 2024-07-26T22:19:57.378870+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.688 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:00 smithi062 bash[22865]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.688 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:00 smithi062 bash[22865]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.688 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:00 smithi062 bash[22865]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:00.688 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:00 smithi062 bash[22865]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:00.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:00 smithi026 bash[22584]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:00 smithi026 bash[22584]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:00 smithi026 bash[22584]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:00.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:00 smithi026 bash[22584]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:00.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:00 smithi006 bash[21956]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:00 smithi006 bash[21956]: cluster 2024-07-26T22:19:59.379284+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:00 smithi006 bash[21956]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:00 smithi006 bash[21956]: cluster 2024-07-26T22:20:00.000139+0000 mon.a (mon.0) 332 : cluster [INF] overall HEALTH_OK 2024-07-26T22:20:02.317 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:20:02.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:02 smithi006 bash[21956]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:02.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:02 smithi006 bash[21956]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:02.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:02 smithi062 bash[22865]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:02.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:02 smithi062 bash[22865]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:02.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:02 smithi026 bash[22584]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:02.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:02 smithi026 bash[22584]: cluster 2024-07-26T22:20:01.379693+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:04 smithi006 bash[21956]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:04 smithi006 bash[21956]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:04 smithi062 bash[22865]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:04 smithi062 bash[22865]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:04 smithi026 bash[22584]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:04.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:04 smithi026 bash[22584]: cluster 2024-07-26T22:20:03.380170+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:05.170 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled mgr update... 2024-07-26T22:20:05.794 DEBUG:teuthology.orchestra.run.smithi026:mgr.b> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.b.service 2024-07-26T22:20:05.799 DEBUG:tasks.cephadm:set 0 configs 2024-07-26T22:20:05.799 INFO:tasks.cephadm:Deploying OSDs... 2024-07-26T22:20:05.799 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-07-26T22:20:05.799 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:20:05.806 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-07-26T22:20:05.806 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_1 2024-07-26T22:20:05.855 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:20:05.855 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:05.855 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-07-26T22:20:05.855 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:05.855 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-07-26 22:10:17.226335607 +0000 2024-07-26T22:20:05.856 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-07-26 22:10:16.966337928 +0000 2024-07-26T22:20:05.856 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-07-26 22:10:16.966337928 +0000 2024-07-26T22:20:05.856 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2024-07-26T22:20:05.856 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:20:05.910 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-07-26T22:20:05.910 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-07-26T22:20:05.910 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000398812 s, 1.3 MB/s 2024-07-26T22:20:05.911 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:20:05.961 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_2 2024-07-26T22:20:06.010 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-07-26 22:10:17.742330997 +0000 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-07-26 22:10:17.466333462 +0000 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-07-26 22:10:17.466333462 +0000 2024-07-26T22:20:06.011 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2024-07-26T22:20:06.011 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:20:06.065 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-07-26T22:20:06.066 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-07-26T22:20:06.066 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000414087 s, 1.2 MB/s 2024-07-26T22:20:06.067 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:20:06.116 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_3 2024-07-26T22:20:06.163 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:20:06.163 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.163 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-07-26T22:20:06.163 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.164 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-07-26 22:10:18.226326675 +0000 2024-07-26T22:20:06.164 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-07-26 22:10:17.962329032 +0000 2024-07-26T22:20:06.164 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-07-26 22:10:17.962329032 +0000 2024-07-26T22:20:06.164 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2024-07-26T22:20:06.164 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:20:06.218 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-07-26T22:20:06.218 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-07-26T22:20:06.218 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000380785 s, 1.3 MB/s 2024-07-26T22:20:06.219 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:20:06.268 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_4 2024-07-26T22:20:06.314 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-07-26 22:10:18.722322245 +0000 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-07-26 22:10:18.454324638 +0000 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-07-26 22:10:18.454324638 +0000 2024-07-26T22:20:06.315 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: - 2024-07-26T22:20:06.315 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:20:06.373 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-07-26T22:20:06.373 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-07-26T22:20:06.373 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000305656 s, 1.7 MB/s 2024-07-26T22:20:06.375 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:20:06.424 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-07-26T22:20:06.424 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:20:06.430 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-07-26T22:20:06.430 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:06 smithi026 bash[22584]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-07-26 22:10:17.918435532 +0000 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-07-26 22:10:17.646437961 +0000 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-07-26 22:10:17.646437961 +0000 2024-07-26T22:20:06.447 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-07-26T22:20:06.448 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:06 smithi006 bash[21956]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.158827+0000 mgr.a (mgr.14150) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi026=b", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: cephadm 2024-07-26T22:20:05.161908+0000 mgr.a (mgr.14150) 112 : cephadm [INF] Saving service mgr spec with placement smithi006=a;smithi026=b;count:2 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.168211+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.170039+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.175023+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.176805+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.185995+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.189935+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.192633+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.197327+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:06 smithi062 bash[22865]: audit 2024-07-26T22:20:05.199163+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:06.506 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-07-26T22:20:06.507 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-07-26T22:20:06.507 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000176315 s, 2.9 MB/s 2024-07-26T22:20:06.508 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:20:06.558 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2024-07-26T22:20:06.608 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-07-26 22:10:18.398431245 +0000 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-07-26 22:10:18.150433460 +0000 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-07-26 22:10:18.150433460 +0000 2024-07-26T22:20:06.609 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-07-26T22:20:06.609 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:20:06.663 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-07-26T22:20:06.663 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-07-26T22:20:06.663 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000315581 s, 1.6 MB/s 2024-07-26T22:20:06.664 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:20:06.713 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2024-07-26T22:20:06.760 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:20:06.760 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-07-26 22:10:18.902426743 +0000 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-07-26 22:10:18.630429173 +0000 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-07-26 22:10:18.630429173 +0000 2024-07-26T22:20:06.761 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-07-26T22:20:06.761 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:20:06.814 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-07-26T22:20:06.815 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-07-26T22:20:06.815 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000308147 s, 1.7 MB/s 2024-07-26T22:20:06.816 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:20:06.865 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2024-07-26T22:20:06.912 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:20:06.912 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:06.912 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-07-26T22:20:06.912 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:06.913 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-07-26 22:10:19.410422205 +0000 2024-07-26T22:20:06.913 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-07-26 22:10:19.134424670 +0000 2024-07-26T22:20:06.913 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-07-26 22:10:19.134424670 +0000 2024-07-26T22:20:06.913 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2024-07-26T22:20:06.913 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:20:06.967 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-07-26T22:20:06.967 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-07-26T22:20:06.967 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000279904 s, 1.8 MB/s 2024-07-26T22:20:06.968 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:20:07.023 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-07-26T22:20:07.023 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2024-07-26T22:20:07.029 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-07-26T22:20:07.029 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2024-07-26T22:20:07.075 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-07-26T22:20:07.075 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:07.075 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-07-26T22:20:07.075 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:07.076 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-07-26 22:10:18.191348607 +0000 2024-07-26T22:20:07.076 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-07-26 22:10:17.935350892 +0000 2024-07-26T22:20:07.076 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-07-26 22:10:17.935350892 +0000 2024-07-26T22:20:07.076 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-07-26T22:20:07.076 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-07-26T22:20:07.130 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-07-26T22:20:07.130 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-07-26T22:20:07.130 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000396094 s, 1.3 MB/s 2024-07-26T22:20:07.131 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-07-26T22:20:07.181 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 893 Links: 1 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-07-26 22:10:18.683344212 +0000 2024-07-26T22:20:07.231 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-07-26 22:10:18.447346321 +0000 2024-07-26T22:20:07.232 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-07-26 22:10:18.447346321 +0000 2024-07-26T22:20:07.232 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-07-26T22:20:07.232 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-07-26T22:20:07.286 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-07-26T22:20:07.286 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-07-26T22:20:07.286 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000412927 s, 1.2 MB/s 2024-07-26T22:20:07.287 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-07-26T22:20:07.336 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-07-26 22:10:19.191339675 +0000 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-07-26 22:10:18.927342032 +0000 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-07-26 22:10:18.927342032 +0000 2024-07-26T22:20:07.383 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-07-26T22:20:07.384 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-07-26T22:20:07.389 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:07 smithi062 bash[22865]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.389 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:07 smithi062 bash[22865]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.390 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:07 smithi062 bash[22865]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.390 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:07 smithi062 bash[22865]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.398 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-07-26T22:20:07.398 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-07-26T22:20:07.399 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000298474 s, 1.7 MB/s 2024-07-26T22:20:07.399 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-07-26T22:20:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:07 smithi026 bash[22584]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:07 smithi026 bash[22584]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:07 smithi026 bash[22584]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:07 smithi026 bash[22584]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.451 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2024-07-26T22:20:07.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:07 smithi006 bash[21956]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:07 smithi006 bash[21956]: cephadm 2024-07-26T22:20:05.201116+0000 mgr.a (mgr.14150) 113 : cephadm [INF] Deploying daemon mgr.b on smithi026 2024-07-26T22:20:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:07 smithi006 bash[21956]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:07 smithi006 bash[21956]: cluster 2024-07-26T22:20:05.380558+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-07-26 22:10:19.415337674 +0000 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-07-26 22:10:19.411337708 +0000 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-07-26 22:10:19.411337708 +0000 2024-07-26T22:20:07.498 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2024-07-26T22:20:07.499 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-07-26T22:20:07.552 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-07-26T22:20:07.552 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-07-26T22:20:07.552 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000398495 s, 1.3 MB/s 2024-07-26T22:20:07.553 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-07-26T22:20:07.600 INFO:tasks.cephadm:Deploying osd.0 on smithi006 with /dev/vg_nvme/lv_4... 2024-07-26T22:20:07.601 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:20:08.808 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:08.808 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 bash[22584]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.809 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:08.814 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:08 smithi006 bash[21956]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: cluster 2024-07-26T22:20:07.380987+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:08.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.556158+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.563757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:08.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:08 smithi062 bash[22865]: audit 2024-07-26T22:20:07.573158+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:09.076 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:09.077 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:09.077 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:08 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:09.077 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:09 smithi026 systemd[1]: Started Ceph mgr.b for 999b9430-4b9c-11ef-bcbf-c7b262605968. 2024-07-26T22:20:10.387 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.387 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.387 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.387 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.388 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.389 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.390 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:10 smithi006 bash[21956]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[22584]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.111781+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.119124+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.126394+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.134989+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.223554+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.226424+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.227264+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.236106+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.313765+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.315353+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-07-26T22:20:10.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.316417+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.650612+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.659139+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:10 smithi062 bash[22865]: audit 2024-07-26T22:20:09.668603+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:10.939 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:20:10 smithi026 bash[23667]: debug 2024-07-26T22:20:10.677+0000 7f5b31461640 1 -- 172.21.15.26:0/1329243683 <== mon.2 v2:172.21.15.26:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5586e4dbd0e0 con 0x5586e4dbe800 2024-07-26T22:20:11.394 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.394 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.394 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.395 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.395 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.395 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.395 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:11.395 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:11 smithi026 bash[22584]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:11 smithi006 bash[21956]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.236537+0000 mgr.a (mgr.14150) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.313133+0000 mgr.a (mgr.14150) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cephadm 2024-07-26T22:20:09.317638+0000 mgr.a (mgr.14150) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi006 2024-07-26T22:20:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:11.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:11 smithi062 bash[22865]: cluster 2024-07-26T22:20:09.381299+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.340 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:20:12.703 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:12 smithi026 bash[22584]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.703 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:12 smithi026 bash[22584]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.703 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:12 smithi026 bash[22584]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:12.703 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:12 smithi026 bash[22584]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:12.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:12 smithi006 bash[21956]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:12 smithi006 bash[21956]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:12 smithi006 bash[21956]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:12.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:12 smithi006 bash[21956]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:12.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:12 smithi062 bash[22865]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:12 smithi062 bash[22865]: cluster 2024-07-26T22:20:11.381649+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:12.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:12 smithi062 bash[22865]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:12.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:12 smithi062 bash[22865]: audit 2024-07-26T22:20:11.448479+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.924 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.924 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.924 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.924 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.925 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.926 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:14 smithi006 bash[21956]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:14 smithi026 bash[22584]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: cluster 2024-07-26T22:20:13.381995+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.617107+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.624167+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.626801+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.630632+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.632081+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:13.639637+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: cephadm 2024-07-26T22:20:13.640351+0000 mgr.a (mgr.14150) 122 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:14.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:14 smithi062 bash[22865]: audit 2024-07-26T22:20:14.118016+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:15.671 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:20:15.843 INFO:teuthology.orchestra.run.smithi006.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:20:15.861 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10+0 records in 2024-07-26T22:20:15.861 INFO:teuthology.orchestra.run.smithi006.stderr:10+0 records out 2024-07-26T22:20:15.861 INFO:teuthology.orchestra.run.smithi006.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0156369 s, 671 MB/s 2024-07-26T22:20:15.862 INFO:teuthology.orchestra.run.smithi006.stderr:--> Zapping successful for: 2024-07-26T22:20:16.437 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi006:vg_nvme/lv_4 2024-07-26T22:20:16.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:16 smithi026 bash[22584]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:16 smithi006 bash[21956]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: cluster 2024-07-26T22:20:15.382253+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.431217+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.435136+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.439538+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:16.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:16 smithi062 bash[22865]: audit 2024-07-26T22:20:15.494261+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.694 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:17 smithi026 bash[22584]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:17 smithi006 bash[21956]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: cluster 2024-07-26T22:20:16.990604+0000 mon.a (mon.0) 371 : cluster [DBG] Standby manager daemon b started 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.991564+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.992145+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.993156+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:16.993431+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.26:0/3989416811' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.040898+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.048586+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.053543+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.058490+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.059210+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.720 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.061495+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:17.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:17.721 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:17 smithi062 bash[22865]: audit 2024-07-26T22:20:17.070525+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:18.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:18 smithi006 bash[21956]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:18.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:18.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:18 smithi062 bash[22865]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: cluster 2024-07-26T22:20:17.382596+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: cluster 2024-07-26T22:20:17.455555+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-07-26T22:20:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:18 smithi026 bash[22584]: audit 2024-07-26T22:20:17.455802+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-07-26T22:20:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:20 smithi006 bash[21956]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:20 smithi006 bash[21956]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:20.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:20 smithi062 bash[22865]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:20.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:20 smithi062 bash[22865]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:20.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:20 smithi026 bash[22584]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:20.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:20 smithi026 bash[22584]: cluster 2024-07-26T22:20:19.383019+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:21.167 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:20:22.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:22 smithi062 bash[22865]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:22.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:22 smithi062 bash[22865]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:22.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:22 smithi026 bash[22584]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:22.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:22 smithi026 bash[22584]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:22.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:22 smithi006 bash[21956]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:22.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:22 smithi006 bash[21956]: cluster 2024-07-26T22:20:21.383429+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:24 smithi062 bash[22865]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:24.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:24 smithi026 bash[22584]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: cluster 2024-07-26T22:20:23.383855+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.133164+0000 mgr.a (mgr.14150) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.140220+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:20:24.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.146417+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:20:24.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:24.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:24 smithi006 bash[21956]: audit 2024-07-26T22:20:24.147840+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:26.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:26 smithi062 bash[22865]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:26.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:26 smithi062 bash[22865]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:26.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:26 smithi026 bash[22584]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:26.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:26 smithi026 bash[22584]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:26.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:26 smithi006 bash[21956]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:26.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:26 smithi006 bash[21956]: cluster 2024-07-26T22:20:25.384286+0000 mgr.a (mgr.14150) 129 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:28 smithi006 bash[21956]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:28 smithi026 bash[22584]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: cluster 2024-07-26T22:20:27.384705+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.785336+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.792937+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:29.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:28 smithi062 bash[22865]: audit 2024-07-26T22:20:27.802357+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:30.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:30 smithi006 bash[21956]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:30.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:30 smithi006 bash[21956]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:31.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:30 smithi026 bash[22584]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:31.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:30 smithi026 bash[22584]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:31.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:30 smithi062 bash[22865]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:31.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:30 smithi062 bash[22865]: cluster 2024-07-26T22:20:29.385083+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:32 smithi006 bash[21956]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:32 smithi006 bash[21956]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:32 smithi026 bash[22584]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:32 smithi026 bash[22584]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:32 smithi062 bash[22865]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:33.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:32 smithi062 bash[22865]: cluster 2024-07-26T22:20:31.385502+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:34 smithi026 bash[22584]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:34 smithi026 bash[22584]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:34 smithi006 bash[21956]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:34 smithi006 bash[21956]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:34 smithi062 bash[22865]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:34 smithi062 bash[22865]: cluster 2024-07-26T22:20:33.385942+0000 mgr.a (mgr.14150) 133 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:35.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:35.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:35.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:35 smithi006 bash[21956]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:36.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:35 smithi026 bash[22584]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:36.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.196113+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"} : dispatch 2024-07-26T22:20:36.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.199182+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.6:0/2157812863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eebf3b63-4665-4255-a380-0ae5eccb61c7"}]': finished 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: cluster 2024-07-26T22:20:35.204523+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.204926+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.592032+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.596392+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:36.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:35 smithi062 bash[22865]: audit 2024-07-26T22:20:35.601433+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:37.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:36 smithi026 bash[22584]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:36 smithi026 bash[22584]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:36 smithi026 bash[22584]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:37.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:36 smithi026 bash[22584]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:36 smithi006 bash[21956]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:36 smithi006 bash[21956]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:36 smithi006 bash[21956]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:36 smithi006 bash[21956]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:36 smithi062 bash[22865]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:36 smithi062 bash[22865]: cluster 2024-07-26T22:20:35.386390+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:36 smithi062 bash[22865]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:36 smithi062 bash[22865]: audit 2024-07-26T22:20:35.858758+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.6:0/719547606' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:20:38.522 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.522 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:38.523 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:38 smithi006 bash[21956]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.540 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.541 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:38.541 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:38 smithi062 bash[22865]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:38.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.264936+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.271280+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: audit 2024-07-26T22:20:37.278486+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:38.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:38.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:38 smithi026 bash[22584]: cluster 2024-07-26T22:20:37.386827+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:40 smithi006 bash[21956]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:40 smithi006 bash[21956]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.710 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:40 smithi062 bash[22865]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.710 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:40 smithi062 bash[22865]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:40 smithi026 bash[22584]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:40.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:40 smithi026 bash[22584]: cluster 2024-07-26T22:20:39.387246+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:42 smithi006 bash[21956]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:42 smithi006 bash[21956]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:42 smithi062 bash[22865]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:42 smithi062 bash[22865]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:42 smithi026 bash[22584]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:42.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:42 smithi026 bash[22584]: cluster 2024-07-26T22:20:41.387675+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:44 smithi006 bash[21956]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:44 smithi006 bash[21956]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:44 smithi062 bash[22865]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:44 smithi062 bash[22865]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:44 smithi026 bash[22584]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:44.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:44 smithi026 bash[22584]: cluster 2024-07-26T22:20:43.388117+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:46 smithi006 bash[21956]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:46 smithi006 bash[21956]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:46 smithi062 bash[22865]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:46 smithi062 bash[22865]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:46 smithi026 bash[22584]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:46.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:46 smithi026 bash[22584]: cluster 2024-07-26T22:20:45.388549+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:47.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:47 smithi026 bash[22584]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:47 smithi026 bash[22584]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:47 smithi026 bash[22584]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:47.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:47 smithi026 bash[22584]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:47.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:47 smithi006 bash[21956]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:47 smithi006 bash[21956]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:47 smithi006 bash[21956]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:47.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:47 smithi006 bash[21956]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:47.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:47 smithi062 bash[22865]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:47 smithi062 bash[22865]: audit 2024-07-26T22:20:47.451276+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-07-26T22:20:47.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:47 smithi062 bash[22865]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:47.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:47 smithi062 bash[22865]: audit 2024-07-26T22:20:47.452953+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:48 smithi006 bash[21956]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:48 smithi026 bash[22584]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:48 smithi026 bash[22584]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:49 smithi026 bash[22584]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:48 smithi062 bash[22865]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:48 smithi062 bash[22865]: cluster 2024-07-26T22:20:47.388963+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:48 smithi062 bash[22865]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: cephadm 2024-07-26T22:20:47.454465+0000 mgr.a (mgr.14150) 141 : cephadm [INF] Deploying daemon osd.0 on smithi006 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:47.997569+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:48.003024+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:49 smithi062 bash[22865]: audit 2024-07-26T22:20:48.007965+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:51.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:51 smithi006 bash[21956]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:51.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:51 smithi006 bash[21956]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:51.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:51 smithi026 bash[22584]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:51.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:51 smithi026 bash[22584]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:51.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:51 smithi062 bash[22865]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:51.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:51 smithi062 bash[22865]: cluster 2024-07-26T22:20:49.389422+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:52.664 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:20:52 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:52.664 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:52 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:52.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:52 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:52.957 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:20:52 smithi006 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:20:53.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:53 smithi026 bash[22584]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:53 smithi006 bash[21956]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: cluster 2024-07-26T22:20:51.389697+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.931734+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.936512+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.936863+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.938565+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.942621+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:53.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:53 smithi062 bash[22865]: audit 2024-07-26T22:20:52.947040+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:55.079 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:55 smithi006 bash[21956]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:55.079 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:55 smithi006 bash[21956]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:55.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:55 smithi026 bash[22584]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:55.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:55 smithi026 bash[22584]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:55.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:55 smithi062 bash[22865]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:55.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:55 smithi062 bash[22865]: cluster 2024-07-26T22:20:53.390040+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:56.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:56.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:56.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:56.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:56 smithi006 bash[21956]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:56.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:56.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:56.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:56 smithi062 bash[22865]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:57.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: cluster 2024-07-26T22:20:55.390455+0000 mgr.a (mgr.14150) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.702069+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.709911+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.713357+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.718574+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.718994+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:57.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.720335+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:20:57.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:57.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:56 smithi026 bash[22584]: audit 2024-07-26T22:20:55.729066+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:20:58 smithi062 bash[22865]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:20:58 smithi026 bash[22584]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: cluster 2024-07-26T22:20:57.390896+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:20:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.494543+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.502392+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:20:58.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:20:58 smithi006 bash[21956]: audit 2024-07-26T22:20:57.511785+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:00.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:00 smithi006 bash[21956]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:00 smithi006 bash[21956]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:00 smithi006 bash[21956]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:00.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:00 smithi006 bash[21956]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:00.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:00 smithi026 bash[22584]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:00 smithi026 bash[22584]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:00 smithi026 bash[22584]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:00.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:00 smithi026 bash[22584]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:00.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:00 smithi062 bash[22865]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:00 smithi062 bash[22865]: cluster 2024-07-26T22:20:59.391279+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:00.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:00 smithi062 bash[22865]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:00.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:00 smithi062 bash[22865]: audit 2024-07-26T22:21:00.281996+0000 mon.a (mon.0) 419 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-07-26T22:21:01.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:01 smithi062 bash[22865]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.787 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.788 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:01 smithi006 bash[21956]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.497124+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:00.502193+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.503064+0000 mon.a (mon.0) 422 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:00.503695+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:01.498832+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.502101+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-07-26T22:21:01.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:01.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:01 smithi026 bash[22584]: audit 2024-07-26T22:21:01.502753+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.218 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 0 on host 'smithi006' 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.797 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.798 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:02 smithi006 bash[21956]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.800 DEBUG:teuthology.orchestra.run.smithi006:osd.0> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.0.service 2024-07-26T22:21:02.802 INFO:tasks.cephadm:Deploying osd.1 on smithi026 with /dev/vg_nvme/lv_4... 2024-07-26T22:21:02.804 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:21:02.816 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.816 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.816 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.816 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.816 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.817 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.818 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.818 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.818 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:02 smithi026 bash[22584]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.391582+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:01.508660+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.204004+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.210216+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.210587+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.212257+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.216153+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.216686+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.224408+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:02.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:02 smithi062 bash[22865]: audit 2024-07-26T22:21:02.507766+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.941 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.942 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.943 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.944 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:03 smithi026 bash[22584]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.959 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.960 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:03 smithi006 bash[21956]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.261752+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:03.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:01.261842+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:03.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:02.518429+0000 mon.a (mon.0) 436 : cluster [INF] osd.0 [v2:172.21.15.6:6802/3027044184,v1:172.21.15.6:6803/3027044184] boot 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cluster 2024-07-26T22:21:02.518511+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:02.519456+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.008289+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.014241+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.970 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: cephadm 2024-07-26T22:21:03.016793+0000 mgr.a (mgr.14150) 149 : cephadm [INF] Detected new or changed devices on smithi006 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.018190+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.021326+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.021598+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.022846+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:03.971 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:03 smithi062 bash[22865]: audit 2024-07-26T22:21:03.028831+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:05.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:05 smithi026 bash[22584]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:05 smithi026 bash[22584]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:05 smithi026 bash[22584]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:05.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:05 smithi026 bash[22584]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:05.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:05 smithi006 bash[21956]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:05 smithi006 bash[21956]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:05 smithi006 bash[21956]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:05.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:05 smithi006 bash[21956]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:05.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:05 smithi062 bash[22865]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:05 smithi062 bash[22865]: cluster 2024-07-26T22:21:03.391979+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-07-26T22:21:05.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:05 smithi062 bash[22865]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:05.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:05 smithi062 bash[22865]: cluster 2024-07-26T22:21:04.039347+0000 mon.a (mon.0) 446 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-07-26T22:21:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:07 smithi026 bash[22584]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:07 smithi026 bash[22584]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:07 smithi006 bash[21956]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:07 smithi006 bash[21956]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:07 smithi062 bash[22865]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:07 smithi062 bash[22865]: cluster 2024-07-26T22:21:05.392454+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:07.542 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T22:21:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:09 smithi026 bash[22584]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:09 smithi006 bash[21956]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: cluster 2024-07-26T22:21:07.392917+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.215482+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.223052+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:09.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:09 smithi062 bash[22865]: audit 2024-07-26T22:21:08.232747+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:10.600 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:21:10.779 INFO:teuthology.orchestra.run.smithi026.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:21:10.794 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10+0 records in 2024-07-26T22:21:10.795 INFO:teuthology.orchestra.run.smithi026.stderr:10+0 records out 2024-07-26T22:21:10.795 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132139 s, 794 MB/s 2024-07-26T22:21:10.795 INFO:teuthology.orchestra.run.smithi026.stderr:--> Zapping successful for: 2024-07-26T22:21:11.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:11 smithi026 bash[22584]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:11.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:11 smithi026 bash[22584]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:11.305 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:11 smithi006 bash[21956]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:11.305 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:11 smithi006 bash[21956]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:11.392 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi026:vg_nvme/lv_4 2024-07-26T22:21:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:11 smithi062 bash[22865]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:11 smithi062 bash[22865]: cluster 2024-07-26T22:21:09.393375+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:13 smithi026 bash[22584]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:13 smithi026 bash[22584]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:13 smithi006 bash[21956]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:13 smithi006 bash[21956]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:13 smithi062 bash[22865]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:13.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:13 smithi062 bash[22865]: cluster 2024-07-26T22:21:11.393885+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:15 smithi026 bash[22584]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:15 smithi026 bash[22584]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:15 smithi006 bash[21956]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:15 smithi006 bash[21956]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:15 smithi062 bash[22865]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:15 smithi062 bash[22865]: cluster 2024-07-26T22:21:13.394176+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:15.881 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.b/config 2024-07-26T22:21:17.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:17 smithi026 bash[22584]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:17.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:17 smithi026 bash[22584]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:17 smithi006 bash[21956]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:17.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:17 smithi006 bash[21956]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:17.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:17 smithi062 bash[22865]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:17.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:17 smithi062 bash[22865]: cluster 2024-07-26T22:21:15.394714+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:18 smithi026 bash[22584]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.941 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:18 smithi062 bash[22865]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: cluster 2024-07-26T22:21:17.395217+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:18.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.675300+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.683066+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:18.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:18 smithi006 bash[21956]: audit 2024-07-26T22:21:17.692651+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:19.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:19.940 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:19 smithi026 bash[22584]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:19.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:19.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:19 smithi006 bash[21956]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:19.959 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.811974+0000 mgr.a (mgr.14150) 158 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi026:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.818826+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.824967+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:19.960 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:19 smithi062 bash[22865]: audit 2024-07-26T22:21:18.826734+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:20.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:20 smithi026 bash[22584]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:20.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:20 smithi026 bash[22584]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:20.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:20 smithi006 bash[21956]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:20.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:20 smithi006 bash[21956]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:20.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:20 smithi062 bash[22865]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:20.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:20 smithi062 bash[22865]: cluster 2024-07-26T22:21:19.395675+0000 mgr.a (mgr.14150) 159 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:22 smithi006 bash[21956]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:22.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:22 smithi062 bash[22865]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: cluster 2024-07-26T22:21:21.396111+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.652639+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.660081+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:23.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:22 smithi026 bash[22584]: audit 2024-07-26T22:21:22.668595+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:24.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:24 smithi006 bash[21956]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:24.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:24 smithi006 bash[21956]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:24.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:24 smithi026 bash[22584]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:24.967 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:24 smithi026 bash[22584]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:24.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:24 smithi062 bash[22865]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:24.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:24 smithi062 bash[22865]: cluster 2024-07-26T22:21:23.396576+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:26.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:26 smithi006 bash[21956]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:26.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:26 smithi006 bash[21956]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:26.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:26 smithi062 bash[22865]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:26.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:26 smithi062 bash[22865]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:27.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:26 smithi026 bash[22584]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:27.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:26 smithi026 bash[22584]: cluster 2024-07-26T22:21:25.397050+0000 mgr.a (mgr.14150) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:27.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:27.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:27.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:27.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:27 smithi006 bash[21956]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:27.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:27.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:27.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:27.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:27.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:27.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:27.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:27 smithi062 bash[22865]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:28.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:28.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.126424+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:28.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.126749+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.26:0/1748762138' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"} : dispatch 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.129533+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2a99483f-3f0e-48f5-9a24-75f23c834a5f"}]': finished 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: cluster 2024-07-26T22:21:27.135103+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:28.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:27 smithi026 bash[22584]: audit 2024-07-26T22:21:27.135564+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:28 smithi062 bash[22865]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:28.958 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:28 smithi006 bash[21956]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: cluster 2024-07-26T22:21:27.397478+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:27.738656+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.26:0/3884473592' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.443270+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.452087+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:29.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:28 smithi026 bash[22584]: audit 2024-07-26T22:21:28.462192+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:30.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:30 smithi006 bash[21956]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:30.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:30 smithi006 bash[21956]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:30.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:30 smithi062 bash[22865]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:30.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:30 smithi062 bash[22865]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:31.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:30 smithi026 bash[22584]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:31.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:30 smithi026 bash[22584]: cluster 2024-07-26T22:21:29.397957+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:32 smithi026 bash[22584]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:32 smithi026 bash[22584]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:32 smithi006 bash[21956]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:32 smithi006 bash[21956]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:32 smithi062 bash[22865]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:32.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:32 smithi062 bash[22865]: cluster 2024-07-26T22:21:31.398549+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:34.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:34 smithi062 bash[22865]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:34.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:34 smithi062 bash[22865]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:34.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:34 smithi026 bash[22584]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:34.972 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:34 smithi026 bash[22584]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:35.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:34 smithi006 bash[21956]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:35.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:34 smithi006 bash[21956]: cluster 2024-07-26T22:21:33.399064+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:36.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:36 smithi026 bash[22584]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:36.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:36 smithi026 bash[22584]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:37.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:36 smithi006 bash[21956]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:37.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:36 smithi006 bash[21956]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:36 smithi062 bash[22865]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:37.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:36 smithi062 bash[22865]: cluster 2024-07-26T22:21:35.399573+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:38 smithi026 bash[22584]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:38 smithi006 bash[21956]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: cluster 2024-07-26T22:21:37.400040+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.864831+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.872556+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: cephadm 2024-07-26T22:21:37.875312+0000 mgr.a (mgr.14150) 169 : cephadm [INF] Detected new or changed devices on smithi026 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:38 smithi062 bash[22865]: audit 2024-07-26T22:21:37.882044+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:40.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:39 smithi026 bash[22584]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:39 smithi026 bash[22584]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:39 smithi026 bash[22584]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:40.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:39 smithi026 bash[22584]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:40.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:39 smithi006 bash[21956]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:39 smithi006 bash[21956]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:39 smithi006 bash[21956]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:40.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:39 smithi006 bash[21956]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:40.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:39 smithi062 bash[22865]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:39 smithi062 bash[22865]: audit 2024-07-26T22:21:39.840246+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-07-26T22:21:40.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:39 smithi062 bash[22865]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:40.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:39 smithi062 bash[22865]: audit 2024-07-26T22:21:39.842109+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:41.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:40 smithi026 bash[22584]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:40 smithi026 bash[22584]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:40 smithi026 bash[22584]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:41.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:40 smithi026 bash[22584]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:41.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:40 smithi006 bash[21956]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:40 smithi006 bash[21956]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:40 smithi006 bash[21956]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:41.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:40 smithi006 bash[21956]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:41.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:40 smithi062 bash[22865]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:40 smithi062 bash[22865]: cluster 2024-07-26T22:21:39.400529+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:41.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:40 smithi062 bash[22865]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:41.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:40 smithi062 bash[22865]: cephadm 2024-07-26T22:21:39.843802+0000 mgr.a (mgr.14150) 171 : cephadm [INF] Deploying daemon osd.1 on smithi026 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.147 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.148 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:42 smithi026 bash[22584]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:42 smithi006 bash[21956]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: cluster 2024-07-26T22:21:41.401011+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.856660+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.864320+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:43.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:42 smithi062 bash[22865]: audit 2024-07-26T22:21:42.872617+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:44.111 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:21:44.111 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:21:44 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:21:44.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:21:44.439 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:21:44 smithi026 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.187 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:44 smithi026 bash[22584]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.210 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:44 smithi006 bash[21956]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: cluster 2024-07-26T22:21:43.401481+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:45.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.395029+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.402627+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.403227+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.405935+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:45.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.411719+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:45.220 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:44 smithi062 bash[22865]: audit 2024-07-26T22:21:44.417993+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:47.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:46 smithi026 bash[22584]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:47.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:46 smithi026 bash[22584]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:47.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:46 smithi006 bash[21956]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:47.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:46 smithi006 bash[21956]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:47.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:46 smithi062 bash[22865]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:47.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:46 smithi062 bash[22865]: cluster 2024-07-26T22:21:45.401986+0000 mgr.a (mgr.14150) 174 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:48.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:48 smithi062 bash[22865]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:48 smithi026 bash[22584]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: cluster 2024-07-26T22:21:47.402421+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.671583+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.680723+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:49.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:48 smithi006 bash[21956]: audit 2024-07-26T22:21:48.691672+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:50 smithi006 bash[21956]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:50 smithi026 bash[22584]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: cluster 2024-07-26T22:21:49.402879+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: audit 2024-07-26T22:21:50.568805+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:51.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:50 smithi062 bash[22865]: audit 2024-07-26T22:21:50.569179+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.066 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.067 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:51 smithi026 bash[22584]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:51 smithi006 bash[21956]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.895662+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: cluster 2024-07-26T22:21:50.901128+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.901762+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.902207+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:50.902814+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]} : dispatch 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:51.898033+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.903075+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:52.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:51 smithi062 bash[22865]: audit 2024-07-26T22:21:51.903619+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.192 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.192 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:52 smithi026 bash[22584]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:52 smithi006 bash[21956]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.403281+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:53.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: audit 2024-07-26T22:21:51.906086+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:53.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:52 smithi062 bash[22865]: audit 2024-07-26T22:21:52.906205+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:53 smithi026 bash[22584]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:53 smithi006 bash[21956]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.583716+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:51.583840+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:52.924182+0000 mon.a (mon.0) 493 : cluster [INF] osd.1 [v2:172.21.15.26:6800/3038608483,v1:172.21.15.26:6801/3038608483] boot 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: cluster 2024-07-26T22:21:52.924251+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:54.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:53 smithi062 bash[22865]: audit 2024-07-26T22:21:52.924374+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-07-26T22:21:55.003 INFO:teuthology.orchestra.run.smithi026.stdout:Created osd(s) 1 on host 'smithi026' 2024-07-26T22:21:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:54 smithi026 bash[22584]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:54 smithi026 bash[22584]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:54 smithi026 bash[22584]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:54 smithi026 bash[22584]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:54 smithi006 bash[21956]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:54 smithi006 bash[21956]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:54 smithi006 bash[21956]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:54 smithi006 bash[21956]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:54 smithi062 bash[22865]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:54 smithi062 bash[22865]: cluster 2024-07-26T22:21:53.403785+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-07-26T22:21:55.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:54 smithi062 bash[22865]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:54 smithi062 bash[22865]: cluster 2024-07-26T22:21:53.935237+0000 mon.a (mon.0) 496 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-07-26T22:21:55.733 DEBUG:teuthology.orchestra.run.smithi026:osd.1> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.1.service 2024-07-26T22:21:55.735 INFO:tasks.cephadm:Deploying osd.2 on smithi062 with /dev/vg_nvme/lv_4... 2024-07-26T22:21:55.736 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-07-26T22:21:56.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.190 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.191 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:55 smithi026 bash[22584]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.208 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.209 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:55 smithi006 bash[21956]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.985069+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:56.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.993092+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:54.993837+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: cephadm 2024-07-26T22:21:54.995281+0000 mgr.a (mgr.14150) 179 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 16245M 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.000790+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.007040+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.010926+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.012776+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:56.219 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:55 smithi062 bash[22865]: audit 2024-07-26T22:21:55.022228+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:57.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:57 smithi026 bash[22584]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:57.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:57 smithi026 bash[22584]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:57.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:57 smithi006 bash[21956]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:57.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:57 smithi006 bash[21956]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:57.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:57 smithi062 bash[22865]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:57.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:57 smithi062 bash[22865]: cluster 2024-07-26T22:21:55.404259+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.441 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.443 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:21:59 smithi026 bash[22584]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:21:59 smithi006 bash[21956]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.461 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:21:59.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: cluster 2024-07-26T22:21:57.404742+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:21:59.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.071264+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.079185+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.083827+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.089227+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.089890+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.092058+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.102186+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.965838+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.974213+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.979214+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.984930+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.985855+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:21:59.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.988133+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:21:59.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:21:59.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:21:59 smithi062 bash[22865]: audit 2024-07-26T22:21:58.998273+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:01.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:01.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:01 smithi026 bash[22584]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:01.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:01.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:01 smithi006 bash[21956]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:01.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:01.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:01 smithi062 bash[22865]: cluster 2024-07-26T22:21:59.405214+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:03 smithi026 bash[22584]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:03 smithi026 bash[22584]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:03 smithi026 bash[22584]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:03 smithi026 bash[22584]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:03 smithi006 bash[21956]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:03 smithi006 bash[21956]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:03 smithi006 bash[21956]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:03 smithi006 bash[21956]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.465 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-07-26T22:22:03.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:03 smithi062 bash[22865]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:03 smithi062 bash[22865]: cluster 2024-07-26T22:22:01.405700+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:03.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:03 smithi062 bash[22865]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:03 smithi062 bash[22865]: audit 2024-07-26T22:22:03.076087+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:03.644 INFO:teuthology.orchestra.run.smithi062.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-07-26T22:22:03.659 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10+0 records in 2024-07-26T22:22:03.659 INFO:teuthology.orchestra.run.smithi062.stderr:10+0 records out 2024-07-26T22:22:03.659 INFO:teuthology.orchestra.run.smithi062.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.01276 s, 822 MB/s 2024-07-26T22:22:03.659 INFO:teuthology.orchestra.run.smithi062.stderr:--> Zapping successful for: 2024-07-26T22:22:04.411 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:04 smithi062 bash[22865]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.411 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:04 smithi062 bash[22865]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.412 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:04 smithi062 bash[22865]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.412 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:04 smithi062 bash[22865]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:04 smithi026 bash[22584]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:04 smithi026 bash[22584]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:04 smithi026 bash[22584]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:04 smithi026 bash[22584]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:04 smithi006 bash[21956]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:04 smithi006 bash[21956]: audit 2024-07-26T22:22:03.094441+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:04 smithi006 bash[21956]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:04 smithi006 bash[21956]: audit 2024-07-26T22:22:03.106127+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:04.620 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_4 2024-07-26T22:22:05.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:05 smithi026 bash[22584]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:05.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:05 smithi026 bash[22584]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:05.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:05 smithi006 bash[21956]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:05.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:05 smithi006 bash[21956]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:05.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:05 smithi062 bash[22865]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:05.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:05 smithi062 bash[22865]: cluster 2024-07-26T22:22:03.406150+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:07 smithi026 bash[22584]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:07 smithi026 bash[22584]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:07 smithi006 bash[21956]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:07 smithi006 bash[21956]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:07 smithi062 bash[22865]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:07.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:07 smithi062 bash[22865]: cluster 2024-07-26T22:22:05.406635+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:08.342 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.c/config 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:09 smithi062 bash[22865]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:09 smithi026 bash[22584]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: cluster 2024-07-26T22:22:07.407089+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.901754+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.911182+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:09.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:09 smithi006 bash[21956]: audit 2024-07-26T22:22:08.922359+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.444 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:11.445 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:11 smithi026 bash[22584]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:11.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:11.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:11 smithi006 bash[21956]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:11.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: cluster 2024-07-26T22:22:09.407541+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.033654+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.039931+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:11.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:11 smithi062 bash[22865]: audit 2024-07-26T22:22:11.041447+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:12.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:12 smithi026 bash[22584]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:12.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:12 smithi026 bash[22584]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:12.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:12 smithi006 bash[21956]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:12.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:12 smithi006 bash[21956]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:12.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:12 smithi062 bash[22865]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:12.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:12 smithi062 bash[22865]: audit 2024-07-26T22:22:11.025071+0000 mgr.a (mgr.14150) 188 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-07-26T22:22:13.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:13 smithi026 bash[22584]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:13.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:13 smithi026 bash[22584]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:13.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:13 smithi006 bash[21956]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:13.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:13 smithi006 bash[21956]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:13.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:13 smithi062 bash[22865]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:13.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:13 smithi062 bash[22865]: cluster 2024-07-26T22:22:11.407988+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:15 smithi026 bash[22584]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.375 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:15 smithi026 bash[22584]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:15 smithi006 bash[21956]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:15 smithi006 bash[21956]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:15 smithi062 bash[22865]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:15.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:15 smithi062 bash[22865]: cluster 2024-07-26T22:22:13.408422+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.285 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:17 smithi062 bash[22865]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.286 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:17 smithi062 bash[22865]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:17 smithi026 bash[22584]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:17 smithi026 bash[22584]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:17 smithi006 bash[21956]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:17.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:17 smithi006 bash[21956]: cluster 2024-07-26T22:22:15.408882+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:19 smithi026 bash[22584]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:19 smithi006 bash[21956]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: cluster 2024-07-26T22:22:17.409338+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.550223+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.558468+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:19.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:19 smithi062 bash[22865]: audit 2024-07-26T22:22:18.567967+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:20.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:20.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:20 smithi026 bash[22584]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:20.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:20 smithi006 bash[21956]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:20.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.282427+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.282911+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.62:0/3877723833' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"} : dispatch 2024-07-26T22:22:20.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.285701+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d877a76-10f9-49ed-b9dc-a9c62268609f"}]': finished 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: cluster 2024-07-26T22:22:19.290578+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.291132+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:20.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:20 smithi062 bash[22865]: audit 2024-07-26T22:22:19.917971+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.62:0/3983603490' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-07-26T22:22:21.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:21 smithi026 bash[22584]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:21.442 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:21 smithi026 bash[22584]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:21.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:21 smithi006 bash[21956]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:21.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:21 smithi006 bash[21956]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:21.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:21 smithi062 bash[22865]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:21.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:21 smithi062 bash[22865]: cluster 2024-07-26T22:22:19.409820+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:23 smithi026 bash[22584]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:23 smithi026 bash[22584]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:23 smithi006 bash[21956]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:23 smithi006 bash[21956]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:23 smithi062 bash[22865]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:23.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:23 smithi062 bash[22865]: cluster 2024-07-26T22:22:21.410282+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:24 smithi026 bash[22584]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:24 smithi006 bash[21956]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.333117+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.342828+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: audit 2024-07-26T22:22:23.353587+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:24.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:24 smithi062 bash[22865]: cluster 2024-07-26T22:22:23.410721+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:26 smithi062 bash[22865]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:26 smithi062 bash[22865]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:26 smithi026 bash[22584]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:26 smithi026 bash[22584]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:26 smithi006 bash[21956]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:26.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:26 smithi006 bash[21956]: cluster 2024-07-26T22:22:25.411192+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:28 smithi062 bash[22865]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:28 smithi062 bash[22865]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:28 smithi026 bash[22584]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:28 smithi026 bash[22584]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:28 smithi006 bash[21956]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:28.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:28 smithi006 bash[21956]: cluster 2024-07-26T22:22:27.411670+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:30.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:30 smithi026 bash[22584]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:30 smithi006 bash[21956]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.092440+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.100463+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: cephadm 2024-07-26T22:22:29.103266+0000 mgr.a (mgr.14150) 198 : cephadm [INF] Detected new or changed devices on smithi062 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:30.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:30 smithi062 bash[22865]: audit 2024-07-26T22:22:29.110513+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:31.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:31 smithi026 bash[22584]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:31.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:31 smithi026 bash[22584]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:31.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:31 smithi006 bash[21956]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:31.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:31 smithi006 bash[21956]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:31.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:31 smithi062 bash[22865]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:31.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:31 smithi062 bash[22865]: cluster 2024-07-26T22:22:29.412138+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:32.377 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:32 smithi062 bash[22865]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.377 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:32 smithi062 bash[22865]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.377 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:32 smithi062 bash[22865]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:32.377 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:32 smithi062 bash[22865]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:32.381 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:32 smithi006 bash[21956]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.381 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:32 smithi006 bash[21956]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.381 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:32 smithi006 bash[21956]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:32.381 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:32 smithi006 bash[21956]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:32.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:32 smithi026 bash[22584]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:32 smithi026 bash[22584]: audit 2024-07-26T22:22:31.736427+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-07-26T22:22:32.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:32 smithi026 bash[22584]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:32.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:32 smithi026 bash[22584]: audit 2024-07-26T22:22:31.738224+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:33.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:33 smithi026 bash[22584]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:33 smithi026 bash[22584]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:33 smithi026 bash[22584]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:33.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:33 smithi026 bash[22584]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:33.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:33 smithi062 bash[22865]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:33 smithi062 bash[22865]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:33 smithi062 bash[22865]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:33.440 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:33 smithi062 bash[22865]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:33.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:33 smithi006 bash[21956]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:33 smithi006 bash[21956]: cluster 2024-07-26T22:22:31.412613+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:33.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:33 smithi006 bash[21956]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:33.463 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:33 smithi006 bash[21956]: cephadm 2024-07-26T22:22:31.739857+0000 mgr.a (mgr.14150) 201 : cephadm [INF] Deploying daemon osd.2 on smithi062 2024-07-26T22:22:35.429 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:35 smithi026 bash[22584]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.429 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:35 smithi026 bash[22584]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:35 smithi006 bash[21956]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:35 smithi006 bash[21956]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:35 smithi062 bash[22865]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:35 smithi062 bash[22865]: cluster 2024-07-26T22:22:33.413090+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:35.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:35 smithi062 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:22:36.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:36 smithi062 systemd[1]: /etc/systemd/system/ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-07-26T22:22:37.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:37 smithi026 bash[22584]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.441 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.442 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:37 smithi062 bash[22865]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: cluster 2024-07-26T22:22:35.413599+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.170032+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.179152+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.179827+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.182922+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.188808+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:37.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:37 smithi006 bash[21956]: audit 2024-07-26T22:22:36.197296+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:39 smithi062 bash[22865]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:39 smithi026 bash[22584]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.459 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: cluster 2024-07-26T22:22:37.414079+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.775468+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.785008+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:39.460 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:39 smithi006 bash[21956]: audit 2024-07-26T22:22:38.795994+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:41.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:41 smithi026 bash[22584]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:41.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:41 smithi026 bash[22584]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:41.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:41 smithi006 bash[21956]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:41.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:41 smithi006 bash[21956]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:41.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:41 smithi062 bash[22865]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:41.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:41 smithi062 bash[22865]: cluster 2024-07-26T22:22:39.414574+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:43 smithi026 bash[22584]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:43 smithi006 bash[21956]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: cluster 2024-07-26T22:22:41.415030+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:43.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: audit 2024-07-26T22:22:42.453997+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:43.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:43 smithi062 bash[22865]: audit 2024-07-26T22:22:42.454673+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-07-26T22:22:44.422 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.422 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.423 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.424 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.424 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.424 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:44 smithi062 bash[22865]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:44 smithi026 bash[22584]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.154170+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.160861+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.161270+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.161464+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.162169+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-07-26T22:22:44.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.556447+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.563531+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:44.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:44 smithi006 bash[21956]: audit 2024-07-26T22:22:43.571296+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:45.432 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.432 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.432 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.432 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.432 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.433 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.433 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.433 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.433 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.433 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:45 smithi062 bash[22865]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:45 smithi026 bash[22584]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.465 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.465 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.415451+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-07-26T22:22:45.465 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.465 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.164488+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-07-26T22:22:45.465 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.466 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: cluster 2024-07-26T22:22:44.172261+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-07-26T22:22:45.466 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.466 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.173009+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.466 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:45.466 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:45 smithi006 bash[21956]: audit 2024-07-26T22:22:44.180217+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:46.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:46 smithi026 bash[22584]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:46.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:46.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:46 smithi006 bash[21956]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:46.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.477870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:43.478015+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.174124+0000 mon.a (mon.0) 564 : cluster [INF] osd.2 [v2:172.21.15.62:6800/1515193234,v1:172.21.15.62:6801/1515193234] boot 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.174197+0000 mon.a (mon.0) 565 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: audit 2024-07-26T22:22:45.174821+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:46.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:46 smithi062 bash[22865]: audit 2024-07-26T22:22:45.564403+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:47.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:47 smithi006 bash[21956]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:47.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:47.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:47 smithi062 bash[22865]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: cluster 2024-07-26T22:22:45.415903+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: audit 2024-07-26T22:22:46.186391+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 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-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: cluster 2024-07-26T22:22:46.194025+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:47.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:47 smithi026 bash[22584]: audit 2024-07-26T22:22:46.195986+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-07-26T22:22:48.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.474 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.475 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.476 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.477 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:48 smithi062 bash[22865]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.692 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.693 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:48 smithi026 bash[22584]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.697 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 2 on host 'smithi062' 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.188770+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: cluster 2024-07-26T22:22:47.194399+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.376468+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: cluster 2024-07-26T22:22:47.416392+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v153: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.485815+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.603625+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.606497+0000 mon.a (mon.0) 576 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661394+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661750+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.661992+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.662247+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.664683+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665004+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665313+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.665723+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.708334+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.712020+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.724738+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.725067+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.710 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.725382+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-07-26T22:22:48.711 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:48.711 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:48 smithi006 bash[21956]: audit 2024-07-26T22:22:47.768493+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-07-26T22:22:49.195 DEBUG:teuthology.orchestra.run.smithi062:osd.2> sudo journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.2.service 2024-07-26T22:22:49.200 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-07-26T22:22:49.201 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph osd stat -f json 2024-07-26T22:22:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.469 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.470 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.471 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:49 smithi062 bash[22865]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.691 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:49 smithi026 bash[22584]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cluster 2024-07-26T22:22:48.205330+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cluster 2024-07-26T22:22:48.618670+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.677953+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.686364+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.687354+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: cephadm 2024-07-26T22:22:48.689900+0000 mgr.a (mgr.14150) 210 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 20337M 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.695771+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.702366+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.706692+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:49.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.708433+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:49.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:49.709 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:49 smithi006 bash[21956]: audit 2024-07-26T22:22:48.719763+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:50.690 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:50 smithi026 bash[22584]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:50.708 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:50 smithi006 bash[21956]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.291204+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.298671+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.303485+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.309756+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.310449+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:50.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.312318+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: audit 2024-07-26T22:22:49.321671+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:50.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:50 smithi062 bash[22865]: cluster 2024-07-26T22:22:49.416847+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:52 smithi026 bash[22584]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:52 smithi026 bash[22584]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:52 smithi006 bash[21956]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:52 smithi006 bash[21956]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:52 smithi062 bash[22865]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:52.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:52 smithi062 bash[22865]: cluster 2024-07-26T22:22:51.417381+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:53.958 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:22:54.752 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:54 smithi026 bash[22584]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:54.753 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:54 smithi026 bash[22584]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:54.851 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:54 smithi062 bash[22865]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:54.851 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:54 smithi062 bash[22865]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:54.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:54 smithi006 bash[21956]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:54.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:54 smithi006 bash[21956]: cluster 2024-07-26T22:22:53.417899+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.440 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:56 smithi026 bash[22584]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.458 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:56 smithi006 bash[21956]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.221752+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.229435+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.234080+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.240331+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.240972+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.243352+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: audit 2024-07-26T22:22:55.253045+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:56.719 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:56 smithi062 bash[22865]: cluster 2024-07-26T22:22:55.418263+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:57.500 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:22:58.133 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1722032565,"num_in_osds":3,"osd_in_since":1722032539,"num_remapped_pgs":0} 2024-07-26T22:22:58.134 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph osd dump --format=json 2024-07-26T22:22:58.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:58 smithi026 bash[22584]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:58 smithi026 bash[22584]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:58 smithi026 bash[22584]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:22:58.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:58 smithi026 bash[22584]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:22:58.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:58 smithi006 bash[21956]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:58 smithi006 bash[21956]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:58 smithi006 bash[21956]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:22:58.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:58 smithi006 bash[21956]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:22:58.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:58 smithi062 bash[22865]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:58 smithi062 bash[22865]: cluster 2024-07-26T22:22:57.418719+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:22:58.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:58 smithi062 bash[22865]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:22:58.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:58 smithi062 bash[22865]: audit 2024-07-26T22:22:57.498899+0000 mon.a (mon.0) 611 : audit [DBG] from='client.? 172.21.15.6:0/2067831056' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-07-26T22:23:00.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:22:59 smithi026 bash[22584]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.457 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:22:59 smithi006 bash[21956]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:58.991880+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:58.998022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:00.468 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:22:59 smithi062 bash[22865]: audit 2024-07-26T22:22:59.007358+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:01.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:01 smithi006 bash[21956]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:01.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:01 smithi006 bash[21956]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:01.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:01 smithi026 bash[22584]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:01.439 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:01 smithi026 bash[22584]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:01.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:01 smithi062 bash[22865]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:01.467 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:01 smithi062 bash[22865]: cluster 2024-07-26T22:22:59.419302+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:02.880 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:23:03.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:03 smithi062 bash[22865]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:03.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:03 smithi062 bash[22865]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:03.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:03 smithi026 bash[22584]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:03.438 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:03 smithi026 bash[22584]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:03.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:03 smithi006 bash[21956]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:03.456 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:03 smithi006 bash[21956]: cluster 2024-07-26T22:23:01.419855+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:04.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.957 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:04 smithi006 bash[21956]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.968 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:04.969 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:04 smithi062 bash[22865]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: cluster 2024-07-26T22:23:03.420397+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.745711+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.750961+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:04 smithi026 bash[22584]: audit 2024-07-26T22:23:03.756922+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:05.789 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:23:05.789 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":21,"fsid":"999b9430-4b9c-11ef-bcbf-c7b262605968","created":"2024-07-26T22:17:01.917088+0000","modified":"2024-07-26T22:22:48.196388+0000","last_up_change":"2024-07-26T22:22:45.164309+0000","last_in_change":"2024-07-26T22:22:19.283318+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"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-07-26T22:22:45.571644+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,"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":3,"score_stable":3,"optimal_score":1,"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":"eebf3b63-4665-4255-a380-0ae5eccb61c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":3027044184},{"type":"v1","addr":"172.21.15.6:6803","nonce":3027044184}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":3027044184},{"type":"v1","addr":"172.21.15.6:6805","nonce":3027044184}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":3027044184},{"type":"v1","addr":"172.21.15.6:6809","nonce":3027044184}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":3027044184},{"type":"v1","addr":"172.21.15.6:6807","nonce":3027044184}]},"public_addr":"172.21.15.6:6803/3027044184","cluster_addr":"172.21.15.6:6805/3027044184","heartbeat_back_addr":"172.21.15.6:6809/3027044184","heartbeat_front_addr":"172.21.15.6:6807/3027044184","state":["exists","up"]},{"osd":1,"uuid":"2a99483f-3f0e-48f5-9a24-75f23c834a5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":3038608483},{"type":"v1","addr":"172.21.15.26:6801","nonce":3038608483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":3038608483},{"type":"v1","addr":"172.21.15.26:6803","nonce":3038608483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":3038608483},{"type":"v1","addr":"172.21.15.26:6807","nonce":3038608483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":3038608483},{"type":"v1","addr":"172.21.15.26:6805","nonce":3038608483}]},"public_addr":"172.21.15.26:6801/3038608483","cluster_addr":"172.21.15.26:6803/3038608483","heartbeat_back_addr":"172.21.15.26:6807/3038608483","heartbeat_front_addr":"172.21.15.26:6805/3038608483","state":["exists","up"]},{"osd":2,"uuid":"7d877a76-10f9-49ed-b9dc-a9c62268609f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":1515193234},{"type":"v1","addr":"172.21.15.62:6801","nonce":1515193234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":1515193234},{"type":"v1","addr":"172.21.15.62:6803","nonce":1515193234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":1515193234},{"type":"v1","addr":"172.21.15.62:6807","nonce":1515193234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":1515193234},{"type":"v1","addr":"172.21.15.62:6805","nonce":1515193234}]},"public_addr":"172.21.15.62:6801/1515193234","cluster_addr":"172.21.15.62:6803/1515193234","heartbeat_back_addr":"172.21.15.62:6807/1515193234","heartbeat_front_addr":"172.21.15.62:6805/1515193234","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:21:01.261846+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:21:51.583845+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-07-26T22:22:43.478018+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.6:6801/931486878":"2024-07-27T22:18:01.344157+0000","172.21.15.6:6800/931486878":"2024-07-27T22:18:01.344157+0000","172.21.15.6:0/3744450425":"2024-07-27T22:18:01.344157+0000","172.21.15.6:0/201140476":"2024-07-27T22:18:01.344157+0000","172.21.15.6:0/1220668458":"2024-07-27T22:18:01.344157+0000","172.21.15.6:0/778938860":"2024-07-27T22:17:28.832207+0000","172.21.15.6:0/736108501":"2024-07-27T22:17:28.832207+0000","172.21.15.6:0/3792394057":"2024-07-27T22:17:28.832207+0000","172.21.15.6:6801/1861037322":"2024-07-27T22:17:28.832207+0000","172.21.15.6:6800/1861037322":"2024-07-27T22:17:28.832207+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-07-26T22:23:06.382 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-07-26T22:22:45.571644+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, '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': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-07-26T22:23:06.383 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-07-26T22:23:07.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:06 smithi026 bash[22584]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:06 smithi026 bash[22584]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:06 smithi026 bash[22584]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:07.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:06 smithi026 bash[22584]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:07.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:06 smithi006 bash[21956]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:06 smithi006 bash[21956]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:06 smithi006 bash[21956]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:07.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:06 smithi006 bash[21956]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:07.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:06 smithi062 bash[22865]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:06 smithi062 bash[22865]: cluster 2024-07-26T22:23:05.421079+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:07.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:06 smithi062 bash[22865]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:07.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:06 smithi062 bash[22865]: audit 2024-07-26T22:23:05.787400+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.6:0/3223599735' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-07-26T22:23:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:08 smithi026 bash[22584]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:09.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:08 smithi026 bash[22584]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:09.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:08 smithi006 bash[21956]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:09.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:08 smithi006 bash[21956]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:09.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:08 smithi062 bash[22865]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:09.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:08 smithi062 bash[22865]: cluster 2024-07-26T22:23:07.421656+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.125 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:23:11.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:10 smithi026 bash[22584]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:10 smithi026 bash[22584]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:10 smithi006 bash[21956]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:10 smithi006 bash[21956]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:10 smithi062 bash[22865]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:11.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:10 smithi062 bash[22865]: cluster 2024-07-26T22:23:09.422265+0000 mgr.a (mgr.14150) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:12 smithi026 bash[22584]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:12 smithi026 bash[22584]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:12 smithi006 bash[21956]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:12 smithi006 bash[21956]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:12 smithi062 bash[22865]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:13.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:12 smithi062 bash[22865]: cluster 2024-07-26T22:23:11.422798+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:14.506 INFO:teuthology.orchestra.run.smithi006.stdout:pg_num: 1 2024-07-26T22:23:14.931 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:14 smithi006 bash[21956]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:14.931 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:14 smithi006 bash[21956]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:14.931 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:14 smithi006 bash[21956]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:14.931 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:14 smithi006 bash[21956]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:14.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:14 smithi062 bash[22865]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:14.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:14 smithi062 bash[22865]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:14.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:14 smithi062 bash[22865]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:14.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:14 smithi062 bash[22865]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:15.171 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:14 smithi026 bash[22584]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:15.171 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:14 smithi026 bash[22584]: cluster 2024-07-26T22:23:13.423329+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:15.171 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:14 smithi026 bash[22584]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:15.171 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:14 smithi026 bash[22584]: audit 2024-07-26T22:23:14.506049+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.6:0/2675202763' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-07-26T22:23:15.502 INFO:tasks.cephadm:Setting up client nodes... 2024-07-26T22:23:15.503 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:67f28c2a04ad1fe90ea612a39329cc6af2a92d8b shell --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 -- ceph config log 1 --format=json 2024-07-26T22:23:16.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:15 smithi026 bash[22584]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.207 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:15 smithi006 bash[21956]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.827050+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.835742+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.218 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:15 smithi062 bash[22865]: audit 2024-07-26T22:23:14.845442+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:16.998 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:16 smithi006 bash[21956]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:16.998 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:16 smithi006 bash[21956]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:17.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:16 smithi026 bash[22584]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:17.189 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:16 smithi026 bash[22584]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:17.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:16 smithi062 bash[22865]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:17.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:16 smithi062 bash[22865]: cluster 2024-07-26T22:23:15.423893+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:18 smithi026 bash[22584]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.188 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:18 smithi026 bash[22584]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:18 smithi006 bash[21956]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.206 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:18 smithi006 bash[21956]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:18 smithi062 bash[22865]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:19.217 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:18 smithi062 bash[22865]: cluster 2024-07-26T22:23:17.424452+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.688 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.689 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:20 smithi026 bash[22584]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.706 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.707 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:20 smithi006 bash[21956]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.220810+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.229157+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: audit 2024-07-26T22:23:19.238489+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:20.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:20 smithi062 bash[22865]: cluster 2024-07-26T22:23:19.425004+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:20.856 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/mon.a/config 2024-07-26T22:23:22.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:22 smithi026 bash[22584]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:22.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:22 smithi026 bash[22584]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:22.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:22 smithi006 bash[21956]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:22.956 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:22 smithi006 bash[21956]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:22.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:22 smithi062 bash[22865]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:22.967 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:22 smithi062 bash[22865]: cluster 2024-07-26T22:23:21.425541+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:23.845 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-07-26T22:23:24.466 INFO:teuthology.orchestra.run.smithi006.stdout:[{"version":12,"timestamp":"2024-07-26T22:22:48.696643+0000","name":"","changes":[{"name":"osd/host:smithi062/osd_memory_target","new_value":"21325477068"}]}] 2024-07-26T22:23:24.467 INFO:tasks.ceph_manager:config epoch is 12 2024-07-26T22:23:24.467 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:23:24.469 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:23:24.483 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:23:24.500 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:23:24.520 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-07-26T22:23:24.520 DEBUG:teuthology.orchestra.run.smithi006:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:23:24.531 DEBUG:teuthology.orchestra.run.smithi026:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:23:24.547 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-07-26T22:23:24.566 INFO:tasks.cephadm:Stopping all daemons... 2024-07-26T22:23:24.567 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-07-26T22:23:24.567 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a 2024-07-26T22:23:24.717 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.718 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:24 smithi062 bash[22865]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.729 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 systemd[1]: Stopping Ceph mon.a for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:24.730 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: debug 2024-07-26T22:23:24.725+0000 7f795c4a7640 -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-07-26T22:23:24.730 INFO:journalctl@ceph.mon.a.smithi006.stdout:Jul 26 22:23:24 smithi006 bash[21956]: debug 2024-07-26T22:23:24.725+0000 7f795c4a7640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-07-26T22:23:24.938 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: cluster 2024-07-26T22:23:23.426090+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.844939+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.6:0/1028519728' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.903454+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.908846+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:24.939 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:24 smithi026 bash[22584]: audit 2024-07-26T22:23:23.913466+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14150 172.21.15.6:0/2348317154' entity='mgr.a' 2024-07-26T22:23:25.381 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.a.service' 2024-07-26T22:23:25.412 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:25.412 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-07-26T22:23:25.412 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-07-26T22:23:25.412 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.b 2024-07-26T22:23:25.688 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:25 smithi026 systemd[1]: Stopping Ceph mon.b for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:25.688 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:25 smithi026 bash[22584]: debug 2024-07-26T22:23:25.555+0000 7f5b4c6b4640 -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-07-26T22:23:25.688 INFO:journalctl@ceph.mon.b.smithi026.stdout:Jul 26 22:23:25 smithi026 bash[22584]: debug 2024-07-26T22:23:25.555+0000 7f5b4c6b4640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-07-26T22:23:26.316 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.b.service' 2024-07-26T22:23:26.349 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:26.350 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-07-26T22:23:26.350 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-07-26T22:23:26.350 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.c 2024-07-26T22:23:26.675 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:26 smithi062 systemd[1]: Stopping Ceph mon.c for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:26.676 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:26 smithi062 bash[22865]: debug 2024-07-26T22:23:26.471+0000 7fc8a7346640 -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-07-26T22:23:26.676 INFO:journalctl@ceph.mon.c.smithi062.stdout:Jul 26 22:23:26 smithi062 bash[22865]: debug 2024-07-26T22:23:26.471+0000 7fc8a7346640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-07-26T22:23:27.122 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mon.c.service' 2024-07-26T22:23:27.157 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:27.157 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-07-26T22:23:27.157 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-07-26T22:23:27.157 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a 2024-07-26T22:23:27.456 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:23:27 smithi006 systemd[1]: Stopping Ceph mgr.a for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:27.456 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:23:27 smithi006 bash[22210]: debug 2024-07-26T22:23:27.309+0000 7f407272e640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -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-07-26T22:23:27.456 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Jul 26 22:23:27 smithi006 bash[22210]: debug 2024-07-26T22:23:27.309+0000 7f407272e640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-07-26T22:23:28.012 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.a.service' 2024-07-26T22:23:28.035 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:28.035 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-07-26T22:23:28.035 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-07-26T22:23:28.035 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.b 2024-07-26T22:23:28.388 INFO:journalctl@ceph.mgr.b.smithi026.stdout:Jul 26 22:23:28 smithi026 systemd[1]: Stopping Ceph mgr.b for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:28.885 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@mgr.b.service' 2024-07-26T22:23:28.908 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:28.908 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-07-26T22:23:28.909 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-07-26T22:23:28.909 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.0 2024-07-26T22:23:29.207 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:28 smithi006 systemd[1]: Stopping Ceph osd.0 for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:29.207 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:29 smithi006 bash[32012]: debug 2024-07-26T22:23:29.057+0000 7ff4d8394640 -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-07-26T22:23:29.207 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:29 smithi006 bash[32012]: debug 2024-07-26T22:23:29.057+0000 7ff4d8394640 -1 osd.0 21 *** Got signal Terminated *** 2024-07-26T22:23:29.207 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:29 smithi006 bash[32012]: debug 2024-07-26T22:23:29.057+0000 7ff4d8394640 -1 osd.0 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:23:35.357 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:35 smithi006 bash[35629]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-0 2024-07-26T22:23:35.913 INFO:journalctl@ceph.osd.0.smithi006.stdout:Jul 26 22:23:35 smithi006 bash[35776]: Error response from daemon: No such container: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-0 2024-07-26T22:23:38.068 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.0.service' 2024-07-26T22:23:38.115 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:38.115 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-07-26T22:23:38.115 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-07-26T22:23:38.116 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.1 2024-07-26T22:23:38.429 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:38 smithi026 systemd[1]: Stopping Ceph osd.1 for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:38.429 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:38 smithi026 bash[27432]: debug 2024-07-26T22:23:38.243+0000 7fa808aa3640 -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-07-26T22:23:38.429 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:38 smithi026 bash[27432]: debug 2024-07-26T22:23:38.243+0000 7fa808aa3640 -1 osd.1 21 *** Got signal Terminated *** 2024-07-26T22:23:38.429 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:38 smithi026 bash[27432]: debug 2024-07-26T22:23:38.243+0000 7fa808aa3640 -1 osd.1 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:23:44.530 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:44 smithi026 bash[29930]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-1 2024-07-26T22:23:44.531 INFO:journalctl@ceph.osd.1.smithi026.stdout:Jul 26 22:23:44 smithi026 bash[30230]: Error response from daemon: No such container: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-1 2024-07-26T22:23:46.196 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.1.service' 2024-07-26T22:23:46.228 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:46.228 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-07-26T22:23:46.229 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-07-26T22:23:46.229 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.2 2024-07-26T22:23:46.717 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:46 smithi062 systemd[1]: Stopping Ceph osd.2 for 999b9430-4b9c-11ef-bcbf-c7b262605968... 2024-07-26T22:23:46.718 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:46 smithi062 bash[28043]: debug 2024-07-26T22:23:46.379+0000 7f0d66bb9640 -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-07-26T22:23:46.718 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:46 smithi062 bash[28043]: debug 2024-07-26T22:23:46.379+0000 7f0d66bb9640 -1 osd.2 21 *** Got signal Terminated *** 2024-07-26T22:23:46.718 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:46 smithi062 bash[28043]: debug 2024-07-26T22:23:46.379+0000 7f0d66bb9640 -1 osd.2 21 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-07-26T22:23:52.587 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:52 smithi062 bash[30081]: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-2 2024-07-26T22:23:52.587 INFO:journalctl@ceph.osd.2.smithi062.stdout:Jul 26 22:23:52 smithi062 bash[30144]: Error response from daemon: No such container: ceph-999b9430-4b9c-11ef-bcbf-c7b262605968-osd-2 2024-07-26T22:23:54.198 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-999b9430-4b9c-11ef-bcbf-c7b262605968@osd.2.service' 2024-07-26T22:23:54.230 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-07-26T22:23:54.231 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-07-26T22:23:54.231 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:23:54.418 INFO:teuthology.orchestra.run.smithi006.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:23:56.867 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:23:57.049 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:23:59.804 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force --keep-logs 2024-07-26T22:23:59.992 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:24:02.245 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:24:02.262 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:24:02.276 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-07-26T22:24:02.290 INFO:tasks.cephadm:Archiving crash dumps... 2024-07-26T22:24:02.292 DEBUG:teuthology.misc:Transferring archived files from smithi006:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi006/crash 2024-07-26T22:24:02.293 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:24:02.317 INFO:teuthology.orchestra.run.smithi006.stderr:tar: /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:24:02.317 INFO:teuthology.orchestra.run.smithi006.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:24:02.320 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi026/crash 2024-07-26T22:24:02.321 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:24:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:24:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:24:02.335 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi062/crash 2024-07-26T22:24:02.336 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash -- . 2024-07-26T22:24:02.348 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/crash: Cannot open: No such file or directory 2024-07-26T22:24:02.348 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2024-07-26T22:24:02.349 INFO:tasks.cephadm:Checking cluster log for badness... 2024-07-26T22:24:02.349 DEBUG:teuthology.orchestra.run.smithi006:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-07-26T22:24:02.377 INFO:tasks.cephadm:Compressing logs... 2024-07-26T22:24:02.377 DEBUG:teuthology.orchestra.run.smithi006:> 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-07-26T22:24:02.423 DEBUG:teuthology.orchestra.run.smithi026:> 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-07-26T22:24:02.426 DEBUG:teuthology.orchestra.run.smithi062:> 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-07-26T22:24:02.431 INFO:teuthology.orchestra.run.smithi006.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-07-26T22:24:02.437 INFO:teuthology.orchestra.run.smithi026.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-07-26T22:24:02.438 INFO:teuthology.orchestra.run.smithi062.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-07-26T22:24:02.446 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:24:02.446 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.2.log 2024-07-26T22:24:02.446 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr: 80.2% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.c.log 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log: 85.9% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr: 83.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:24:02.447 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.c.log: /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log: 90.2% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:24:02.455 INFO:teuthology.orchestra.run.smithi062.stderr: 91.6% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:24:02.463 INFO:teuthology.orchestra.run.smithi062.stderr: 94.3% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.2.log.gz 2024-07-26T22:24:02.464 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:24:02.464 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:24:02.465 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.1.log 2024-07-26T22:24:02.465 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log: 80.2% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:24:02.465 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:24:02.466 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:24:02.466 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.b.log 2024-07-26T22:24:02.467 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log: 85.9% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:24:02.467 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:24:02.468 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.b.log 2024-07-26T22:24:02.468 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log: 84.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:24:02.469 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.b.log: 90.2% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:24:02.471 INFO:teuthology.orchestra.run.smithi026.stderr: 90.5% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.b.log.gz 2024-07-26T22:24:02.482 INFO:teuthology.orchestra.run.smithi026.stderr: 91.7% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:24:02.498 INFO:teuthology.orchestra.run.smithi062.stderr: 93.0% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.c.log.gz 2024-07-26T22:24:02.500 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-07-26T22:24:02.500 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.069s 2024-07-26T22:24:02.500 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m0.104s 2024-07-26T22:24:02.500 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.004s 2024-07-26T22:24:02.522 INFO:teuthology.orchestra.run.smithi026.stderr: 94.3% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.1.log.gz 2024-07-26T22:24:02.527 INFO:teuthology.orchestra.run.smithi026.stderr: 92.8% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.b.log.gz 2024-07-26T22:24:02.530 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-07-26T22:24:02.530 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.101s 2024-07-26T22:24:02.530 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.150s 2024-07-26T22:24:02.531 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.020s 2024-07-26T22:24:02.560 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-07-26T22:24:02.561 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.0.log 2024-07-26T22:24:02.561 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.a.log 2024-07-26T22:24:02.561 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log 2024-07-26T22:24:02.562 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log 2024-07-26T22:24:02.563 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log 2024-07-26T22:24:02.563 INFO:teuthology.orchestra.run.smithi006.stderr: 81.9% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.cephadm.log.gz 2024-07-26T22:24:02.563 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log 2024-07-26T22:24:02.564 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.a.log 2024-07-26T22:24:02.564 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log: /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log: 86.4% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.log.gz 2024-07-26T22:24:02.564 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.a.log: 85.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-07-26T22:24:02.565 INFO:teuthology.orchestra.run.smithi006.stderr: 89.9% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph.audit.log.gz 2024-07-26T22:24:02.579 INFO:teuthology.orchestra.run.smithi006.stderr: 91.6% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-volume.log.gz 2024-07-26T22:24:02.600 INFO:teuthology.orchestra.run.smithi006.stderr: 94.2% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-osd.0.log.gz 2024-07-26T22:24:02.647 INFO:teuthology.orchestra.run.smithi006.stderr: 87.8% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mgr.a.log.gz 2024-07-26T22:24:02.750 INFO:teuthology.orchestra.run.smithi006.stderr: 91.6% -- replaced with /var/log/ceph/999b9430-4b9c-11ef-bcbf-c7b262605968/ceph-mon.a.log.gz 2024-07-26T22:24:02.751 INFO:teuthology.orchestra.run.smithi006.stderr: 2024-07-26T22:24:02.751 INFO:teuthology.orchestra.run.smithi006.stderr:real 0m0.327s 2024-07-26T22:24:02.751 INFO:teuthology.orchestra.run.smithi006.stderr:user 0m0.326s 2024-07-26T22:24:02.751 INFO:teuthology.orchestra.run.smithi006.stderr:sys 0m0.030s 2024-07-26T22:24:02.753 INFO:tasks.cephadm:Archiving logs... 2024-07-26T22:24:02.753 DEBUG:teuthology.misc:Transferring archived files from smithi006:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi006/log 2024-07-26T22:24:02.754 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:24:02.859 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi026/log 2024-07-26T22:24:02.859 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:24:02.893 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi062/log 2024-07-26T22:24:02.893 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2024-07-26T22:24:02.921 INFO:tasks.cephadm:Removing cluster... 2024-07-26T22:24:02.922 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force 2024-07-26T22:24:03.109 INFO:teuthology.orchestra.run.smithi006.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:24:04.430 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force 2024-07-26T22:24:04.619 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:24:05.966 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 999b9430-4b9c-11ef-bcbf-c7b262605968 --force 2024-07-26T22:24:06.159 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 999b9430-4b9c-11ef-bcbf-c7b262605968 2024-07-26T22:24:07.517 INFO:tasks.cephadm:Removing cephadm ... 2024-07-26T22:24:07.518 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:24:07.524 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:24:07.531 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2024-07-26T22:24:07.537 INFO:tasks.cephadm:Teardown complete 2024-07-26T22:24:07.537 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:24:07.730 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0a2f338441b541ef973422f79c6bcd8c Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 2292, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_67f28c2a04ad1fe90ea612a39329cc6af2a92d8b/qa/tasks/cephadm.py", line 1920, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_53ce1462e129f6eb4071986336534c740fdebd31/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 137, in __enter__ raise RuntimeError("generator didn't yield") from None RuntimeError: generator didn't yield 2024-07-26T22:24:07.733 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-07-26T22:24:07.742 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-07-26T22:24:07.782 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-07-26T22:24:07.783 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:24:07.798 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:24:07.800 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-07-26T22:24:07.889 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-07-26T22:24:07.897 INFO:teuthology.task.clock:Checking final clock skew... 2024-07-26T22:24:07.898 DEBUG:teuthology.orchestra.run.smithi006:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:24:07.900 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:24:07.903 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-07-26T22:24:07.911 INFO:teuthology.orchestra.run.smithi006.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:24:07.911 INFO:teuthology.orchestra.run.smithi006.stdout:============================================================================== 2024-07-26T22:24:07.911 INFO:teuthology.orchestra.run.smithi006.stdout:*hv01.front.sepi 67.205.162.81 3 u 34 64 377 0.088 -0.407 0.526 2024-07-26T22:24:07.912 INFO:teuthology.orchestra.run.smithi006.stdout:+hv02.front.sepi 63.231.80.2 3 u 30 64 377 0.089 +0.671 0.407 2024-07-26T22:24:07.912 INFO:teuthology.orchestra.run.smithi006.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.104 +0.613 0.541 2024-07-26T22:24:07.912 INFO:teuthology.orchestra.run.smithi006.stdout: hv04.front.sepi .INIT. 16 u - 128 0 0.000 +0.000 0.000 2024-07-26T22:24:07.913 INFO:teuthology.orchestra.run.smithi026.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:24:07.914 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================== 2024-07-26T22:24:07.914 INFO:teuthology.orchestra.run.smithi026.stdout:*hv01.front.sepi 67.205.162.81 3 u 31 64 377 0.108 -1.041 0.806 2024-07-26T22:24:07.914 INFO:teuthology.orchestra.run.smithi026.stdout:+hv02.front.sepi 63.231.80.2 3 u 27 64 377 0.078 -0.636 0.514 2024-07-26T22:24:07.914 INFO:teuthology.orchestra.run.smithi026.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.084 -1.139 0.586 2024-07-26T22:24:07.914 INFO:teuthology.orchestra.run.smithi026.stdout: hv04.front.sepi .INIT. 16 u - 128 0 0.000 +0.000 0.000 2024-07-26T22:24:07.916 INFO:teuthology.orchestra.run.smithi062.stdout: remote refid st t when poll reach delay offset jitter 2024-07-26T22:24:07.916 INFO:teuthology.orchestra.run.smithi062.stdout:============================================================================== 2024-07-26T22:24:07.916 INFO:teuthology.orchestra.run.smithi062.stdout:+hv01.front.sepi 67.205.162.81 3 u 35 64 377 0.080 -1.625 0.626 2024-07-26T22:24:07.917 INFO:teuthology.orchestra.run.smithi062.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.082 +0.457 1.029 2024-07-26T22:24:07.917 INFO:teuthology.orchestra.run.smithi062.stdout:*hv03.front.sepi 74.6.168.72 3 u 31 64 377 0.089 -1.206 0.732 2024-07-26T22:24:07.917 INFO:teuthology.orchestra.run.smithi062.stdout: hv04.front.sepi .INIT. 16 u - 128 0 0.000 +0.000 0.000 2024-07-26T22:24:07.918 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-07-26T22:24:08.010 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-07-26T22:24:08.011 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-07-26T22:24:08.019 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-07-26T22:24:08.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-07-26T22:24:08.042 INFO:teuthology.task.internal:Duration was 1069.342403 seconds 2024-07-26T22:24:08.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-07-26T22:24:08.051 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-07-26T22:24:08.051 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:24:08.053 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:24:08.056 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-07-26T22:24:08.094 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-07-26T22:24:08.094 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi006.front.sepia.ceph.com 2024-07-26T22:24:08.094 DEBUG:teuthology.orchestra.run.smithi006:> 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-07-26T22:24:08.142 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-07-26T22:24:08.143 DEBUG:teuthology.orchestra.run.smithi026:> 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-07-26T22:24:08.153 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-07-26T22:24:08.154 DEBUG:teuthology.orchestra.run.smithi062:> 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-07-26T22:24:08.165 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-07-26T22:24:08.165 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:24:08.191 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:24:08.195 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-07-26T22:24:08.242 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-07-26T22:24:08.242 DEBUG:teuthology.orchestra.run.smithi006:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:24:08.271 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:24:08.273 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-07-26T22:24:08.371 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-07-26T22:24:08.380 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-07-26T22:24:08.380 DEBUG:teuthology.orchestra.run.smithi006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:24:08.394 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:24:08.405 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-07-26T22:24:08.416 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-07-26T22:24:08.561 DEBUG:teuthology.orchestra.run.smithi006:> 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-07-26T22:24:08.563 DEBUG:teuthology.orchestra.run.smithi026:> 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-07-26T22:24:08.566 DEBUG:teuthology.orchestra.run.smithi062:> 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-07-26T22:24:08.578 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = core 2024-07-26T22:24:08.579 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-07-26T22:24:08.579 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-07-26T22:24:08.607 DEBUG:teuthology.orchestra.run.smithi006:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:24:08.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:24:08.642 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:24:08.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:24:08.647 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-07-26T22:24:08.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-07-26T22:24:08.653 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-07-26T22:24:08.663 INFO:teuthology.task.internal:Transferring archived files... 2024-07-26T22:24:08.663 DEBUG:teuthology.misc:Transferring archived files from smithi006:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi006 2024-07-26T22:24:08.664 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:24:08.709 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi026 2024-07-26T22:24:08.709 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:24:08.732 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-07-26_21:23:43-rados-wip-yuri-testing-2024-07-26-0628-distro-default-smithi/7820390/remote/smithi062 2024-07-26T22:24:08.732 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-07-26T22:24:08.758 INFO:teuthology.task.internal:Removing archive directory... 2024-07-26T22:24:08.758 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:24:08.761 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:24:08.776 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-07-26T22:24:08.803 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-07-26T22:24:08.814 INFO:teuthology.task.internal:Not uploading archives. 2024-07-26T22:24:08.814 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-07-26T22:24:08.844 INFO:teuthology.task.internal:Tidying up after the test... 2024-07-26T22:24:08.844 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:24:08.847 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:24:08.850 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-07-26T22:24:08.851 INFO:teuthology.orchestra.run.smithi006.stdout: 658633 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:24 /home/ubuntu/cephtest 2024-07-26T22:24:08.853 INFO:teuthology.orchestra.run.smithi026.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:24 /home/ubuntu/cephtest 2024-07-26T22:24:08.857 INFO:teuthology.orchestra.run.smithi062.stdout: 658469 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jul 26 22:24 /home/ubuntu/cephtest 2024-07-26T22:24:08.858 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-07-26T22:24:08.868 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-07-26T22:24:08.946 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1069.3424034118652 failure_reason: generator didn't yield flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0a2f338441b541ef973422f79c6bcd8c status: fail success: false 2024-07-26T22:24:08.946 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-07-26T22:24:09.027 INFO:teuthology.run:FAIL